Help for this page

Select Code to Download


  1. or download this
    content-type: text/plain;
    
    ...
    Content-type: text/plain
    
    127.0.0.1/../output.pdf
    
  2. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
    print "\n"x4;
    print "Content-type: text/plain\n\n";
    print "$ENV{'HTTP_HOST'}/../output.pdf\n";