user-pic

Tony Shadwick

  • 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...
Subscribe to feed Recent Actions from Tony Shadwick

  • 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

Subscribe to feed Responses to Comments from Tony Shadwick

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.