Unix and Linux Discussions Tagged with google |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
11,541 |
UNIX for Beginners Questions & Answers |
|
|
|
18 |
15,434 |
What is on Your Mind? |
|
|
|
5 |
12,666 |
Web Development |
|
|
|
0 |
26,356 |
What is on Your Mind? |
|
|
|
1 |
9,880 |
What is on Your Mind? |
|
|
|
15 |
13,438 |
What is on Your Mind? |
|
|
|
5 |
16,502 |
Linux |
|
|
|
0 |
26,616 |
What is on Your Mind? |
|
|
|
28 |
22,247 |
What is on Your Mind? |
|
|
|
0 |
10,955 |
Web Development |
|
|
|
11 |
4,797 |
What is on Your Mind? |
|
|
|
0 |
8,332 |
Web Development |
|
|
|
4 |
11,056 |
What is on Your Mind? |
|
|
|
2 |
2,800 |
What is on Your Mind? |
|
|
|
0 |
7,331 |
UNIX and Linux Applications |
|
|
|
0 |
6,685 |
What is on Your Mind? |
|
|
|
0 |
11,180 |
Shell Programming and Scripting |
|
|
|
23 |
10,733 |
What is on Your Mind? |
|
|
|
9 |
6,510 |
Web Development |
|
|
|
20 |
40,078 |
Google Chrome OS |
|
|
|
0 |
2,790 |
What is on Your Mind? |
|
|
|
5 |
16,002 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
5,797 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
0 |
5,561 |
Web Development |
|
|
|
0 |
1,857 |
Complex Event Processing RSS News |
|
|
|
10 |
20,562 |
Cybersecurity |
|
|
|
0 |
1,452 |
Software Releases - RSS News |
|
|
|
0 |
1,835 |
Software Releases - RSS News |
|
|
|
6 |
10,162 |
Web Development |
|
|
|
0 |
2,346 |
IT Security RSS |
|
|
|
1 |
12,111 |
Web Development |
|
|
|
0 |
1,415 |
Software Releases - RSS News |
|
|
|
0 |
2,853 |
UNIX and Linux RSS News |
|
|
|
0 |
1,284 |
Software Releases - RSS News |
|
|
|
0 |
1,144 |
Software Releases - RSS News |
|
|
|
0 |
2,878 |
Complex Event Processing RSS News |
|
|
|
0 |
1,687 |
Complex Event Processing RSS News |
|
|
|
0 |
1,332 |
Software Releases - RSS News |
|
|
|
0 |
1,336 |
Software Releases - RSS News |
|
|
|
0 |
4,029 |
Cartoons for Geeks |
Net::Google::Code::AtomParser(3pm) User Contributed Perl Documentation Net::Google::Code::AtomParser(3pm)
NAME
Net::Google::Code::AtomParser - AtomParser with a parsing method for gcode
DESCRIPTION
INTERFACE
new
parse( $xml_content )
return( $feed, $entries ), $feed is a hashref like {
'title' => 'Issue updates for project net-google-code on Google Code',
'id' => 'http://code.google.com/feeds/p/net-google-code/issueupdates/basic',
'updated' => '2009-06-12T05:55:48Z' }
$entries is an arrayref like [
{
'content' => '<pre>second comment
</pre>
',
'name' => 'sunnavy',
'title' => 'Update 2 to issue 22 ("for sd test")',
'id' => 'http://code.google.com/feeds/p/net-google-code/issueupdates/basic/22/2',
'updated' => '2009-06-12T05:55:48Z'
},
{
'content' => '<pre>first comment
</pre>
',
'name' => 'sunnavy',
'title' => 'Update 1 to issue 22 ("for sd test")',
'id' => 'http://code.google.com/feeds/p/net-google-code/issueupdates/basic/22/1',
'updated' => '2009-06-12T05:55:22Z'
}, ]
AUTHOR
sunnavy "<sunnavy@bestpractical.com>"
LICENCE AND COPYRIGHT
Copyright 2008-2010 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.10.1 2010-01-29 Net::Google::Code::AtomParser(3pm)