Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    
    </body>
    </html>
    
  2. or download this
    #!c:\Perl\bin\perl.exe
    
    ...
    </body>
    </html>
    ";
    
  3. or download this
    #c:/Perl/bin
    
    ...
    );
    
    print $m->content;
    
  4. or download this
    ---------- Capture Output ----------
    > "c:\perl\bin\perl.exe" m.cgi
    ...
    </html>
    > Terminated with exit code 0.