Help for this page

Select Code to Download


  1. or download this
    
    my $homepage = "https://xxx/gamma/z2xcmnmainam/index";
    $m->get($homepage);
    print $m->content();
    
  2. or download this
    use WWW::Mechanize;
    #use WWW::Mechanize::Plugin::FollowMetaRedirect;
    ...
    };
    
    print $m->content();