Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    } catch(err) {}</script>
        </body>
    </html>
    
  2. or download this
    use Carp;
    use WWW::Mechanize;
    ...
    open(OUTFILE, ">$outfile");
    print OUTFILE "$output_page";
    close(OUTFILE);