Help for this page

Select Code to Download


  1. or download this
    open(IN,"somefile.pl");
    undef $/;
    $string = <IN>;
    
  2. or download this
    $string = q{ 
    print "Content-type:text/html\n\n";
    ...
    
    print "---------------\n";
    print $string,"\n";