Help for this page

Select Code to Download


  1. or download this
    
    # Hello.pm
    ...
    
    
    1;
    
  2. or download this
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    <html>
    ...
    <b>[% famous %]</b>
    </body>
    </html>
    
  3. or download this
    
    #!/usr/bin/perl -wT
    ...
    $helloworld->run();