Help for this page

Select Code to Download


  1. or download this
    $mech->save_content('myfile.html');
    
    ... # time passes
    
    $mech->get('file://myfile.html');
    
  2. or download this
    my $html = <<HTML
    <html>...</html>
    HTML
    $mech->set_html($html);