Unix and Linux Discussions Tagged with google |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
11,793 |
UNIX for Beginners Questions & Answers |
|
|
|
18 |
15,822 |
What is on Your Mind? |
|
|
|
5 |
12,882 |
Web Development |
|
|
|
0 |
26,547 |
What is on Your Mind? |
|
|
|
1 |
9,996 |
What is on Your Mind? |
|
|
|
15 |
13,684 |
What is on Your Mind? |
|
|
|
5 |
16,721 |
Linux |
|
|
|
0 |
26,784 |
What is on Your Mind? |
|
|
|
28 |
22,631 |
What is on Your Mind? |
|
|
|
0 |
11,158 |
Web Development |
|
|
|
11 |
4,990 |
What is on Your Mind? |
|
|
|
0 |
8,525 |
Web Development |
|
|
|
4 |
11,204 |
What is on Your Mind? |
|
|
|
2 |
2,917 |
What is on Your Mind? |
|
|
|
0 |
7,507 |
UNIX and Linux Applications |
|
|
|
0 |
6,787 |
What is on Your Mind? |
|
|
|
0 |
11,185 |
Shell Programming and Scripting |
|
|
|
23 |
11,011 |
What is on Your Mind? |
|
|
|
9 |
6,705 |
Web Development |
|
|
|
20 |
40,484 |
Google Chrome OS |
|
|
|
0 |
2,910 |
What is on Your Mind? |
|
|
|
5 |
16,066 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
5,834 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
0 |
5,683 |
Web Development |
|
|
|
0 |
1,879 |
Complex Event Processing RSS News |
|
|
|
10 |
20,818 |
Cybersecurity |
|
|
|
0 |
1,543 |
Software Releases - RSS News |
|
|
|
0 |
1,841 |
Software Releases - RSS News |
|
|
|
6 |
10,249 |
Web Development |
|
|
|
0 |
2,367 |
IT Security RSS |
|
|
|
1 |
12,226 |
Web Development |
|
|
|
0 |
1,512 |
Software Releases - RSS News |
|
|
|
0 |
2,870 |
UNIX and Linux RSS News |
|
|
|
0 |
1,383 |
Software Releases - RSS News |
|
|
|
0 |
1,233 |
Software Releases - RSS News |
|
|
|
0 |
2,894 |
Complex Event Processing RSS News |
|
|
|
0 |
1,707 |
Complex Event Processing RSS News |
|
|
|
0 |
1,349 |
Software Releases - RSS News |
|
|
|
0 |
1,342 |
Software Releases - RSS News |
|
|
|
0 |
4,045 |
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)