Help for this page

Select Code to Download


  1. or download this
    <html>
    <body>This is a <?php echo $file_type ?> file
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -wT
    
    ...
    print $file_type;
    print qq{ file</body></html>};