Help for this page

Select Code to Download


  1. or download this
    x $mechanize->find_all_submits()
    0  HTML::Form::SubmitInput=HASH(0x7f9fab008238)
       '/' => '/'
    ...
       'type' => 'submit'
       'value' => 'Search Site'
       'value_name' => ''
    
  2. or download this
    % mech-dump /tmp/hypermut.html 
    GET http://searcher-green.lanl.gov/search
    ...
      ...
      submit=Run                     (submit)
      <NONAME>=<UNDEF>               (reset)
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        close $testfile;
        return($testfile . '');
    }