Help for this page

Select Code to Download


  1. or download this
    #!c:\Apps\xampp\perl\bin\perl.exe -wT
    use strict;
    ...
        print "IN SUBROUTINE: user_name == $user_name\n";
    
    }
    
  2. or download this
    use strict;
     
    ...
        print "IN SUBROUTINE: user_name == $user_name<br>\n";
    
    }
    
  3. or download this
    <html>
    
    ...
    </body>
    
    </html>