Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    $m = WWW::Mechanize->new();
    ...
    $example_url = 'http://china35.newhua.com/down/VideoCutter_Demo.rar';
    
    $m->get($example_url,':content_file' => 'demo.rar');
    
  2. or download this
    use Win32::IE::Mechanize;
    $ie = Win32::IE::Mechanize->new();
    ...
    $ie->get($example_url,':content_file' => 'demo.rar');