Help for this page

Select Code to Download


  1. or download this
    ($url->query_form(
                     artist => $pm_user,
                     albumcode => $pm_password);
    
  2. or download this
    #!/usr/bin/perl -w use strict; 
    use LWP::UserAgent;
    ...
    
    die "Error adding to nodelet $WWWResult->code $WWWResult->message" if(
    +!$WWWResult->is_success);