Help for this page

Select Code to Download


  1. or download this
    perl -e '$s="Location: http://www.google.com Status Code: 200 OK"; @pc
    +s = split(/ /, $s); for ( @pcs ) { print $_ . "\n" if /http/; }'
    
  2. or download this
    http://www.google.com
    
  3. or download this
    #! /usr/bin/perl
    
    ...
    Location: http://www.google.com Status Code: 200 OK
    <br />
    File : http://www.aby.cos Status code: 500 Server Error
    
  4. or download this
    http://www.google.com
    http://www.aby.cos