Help for this page

Select Code to Download


  1. or download this
    Can't connect to api.flickr.com:443
    Bad file descriptor at d:/Perl/perl/site/lib/LWP/Protocol/http.pm line
    + 41.
    
  2. or download this
    my $ua = LWP::UserAgent->new;
    my $req = HTTP::Request->new( GET => 'https://api.flickr.com/services/
    +rest');
    my $response = $ua->request($req);