Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new;
    
    ...
    # do stuff to returned_info and set $useful_data from it
    
    print $useful_data;