Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    
    ...
    }
    
    1;
    
  2. or download this
    require ".\\mynetutils.pl";
    #This downloads a nice pic of a sunset for testing the subroutine
    &getfile("http://artwall.us/scenic/tropical/images/sunset.jpg",".\\tes
    +t.jpg");
    
  3. or download this
    C:\>test.pl
    Can't locate object method "delete" via package "WWW::Mechanize" at .\
    +mynetutils
    .pl line 11.