Help for this page

Select Code to Download


  1. or download this
    $ perl -MLWP -e 'print "$LWP::VERSION\n"'
    5.805
    
  2. or download this
    use WWW::Mechanize;
    my $mech = WWW::Mechanize->new();
    ...
    $mech->current_form->dump();
    $mech->set_fields( '__EVENTTARGET' => 'mynewvalue' );
    $mech->current_form->dump();
    
  3. or download this
    $ ./674272.pl
    POST .../Browse.aspx?MyToken=632797078501515540 [aspnetForm]
    ...
      __EVENTTARGET=mynewvalue       (hidden readonly)
      __EVENTARGUMENT=               (hidden readonly)
      __VIEWSTATE=/wEPDwUJ           (hidden readonly)