Tony Shadwick
- Website: blog.numbski.com
- About: I blog about Perl.
Recent Actions
-
Commented on Reddit API for Perl
Also, installation from cpan consistently fails, FYI. :)...
-
Commented on Reddit API for Perl
I'm a little confused as to how you are supposed to interact with retrieved links: my $links = $reddit->fetch_links(subreddit => '/r/perl', limit => 10); foreach my $current_link (@{$links->{items}}) { print $current_link->{'title'} ."\n"; } That generates a whole bunch of warnings...
Comment Threads
-
wylde780 commented on
Reddit API for Perl
Any idea how i can get around this ?
Attempt to access disallowed key 'over_18' in a restricted hash at /usr/local/lib/perl5/site_perl/5.10.1/Reddit/Client/Thing.pm line 56.
i've tried setting
use fields qw/over_18/;
with no success .. I blindly tried that without really understanding what it does ( sorry about that )Thanks
-
wylde780 commented on
Reddit API for Perl
and thank you for the doc
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl and offering the modern features you’ve come to expect in blog platforms, the site is run by Dave Cross and Aaron Crane, with a design donated by Six Apart, Ltd.