Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    print "Location: http://www.pakipunch.com\n\n";
    
    exit 14;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "Location: $href\n\n";
    
    exit 14;