Help for this page

Select Code to Download


  1. or download this
    my $m = new WWW::Mechanize;
    my $ROOT = "/path/to/download/directory";
    ...
      }
    }
    visit("file:$ROOT/index.html");
    
  2. or download this
    <a href="/foo"></a>
      -- $link->url_abs is "file:/foo"
    <a href="../bar"></a>
      -- $link->url_abs is "file:/path/to/download/bar"