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