Help for this page

Select Code to Download


  1. or download this
    package WWW::Mechanize::Mason;
    use strict;
    
    ...
    print $browser->content;
    $browser->get('/TEST/mason.txt');
    print $browser->content;
    
  2. or download this
    sub clone
    {
        my $self = shift;
    ...
    
        $copy;
    }