Help for this page

Select Code to Download


  1. or download this
    BEGIN { *LWP::UserAgent::redirect_ok = sub {1} }
    $ub = LWP::UserAgent->new;
    $ub->agent($MOZILLA);
    $res = $ub->request($form[1]->click('image',0,0));
    # or this: $res = $ub->request(POST $URL, @TEL);
    
  2. or download this
    Frame 7 (668 on wire, 668 captured)
    ..
    Hypertext Transfer Protocol
    ...
    0010  61 67 65 2e 78 3d 30 26 69 6d 61 67 65 2e 79 3d   age.x=0&image.
    +y=
    0020  30                                                0
    
  3. or download this
    Frame 7 (246 on wire, 246 captured)
    ...
      Hypertext Transfer Protocol
    ...
    
      0000  30 0d 0a 0d 0a                                    0....