Help for this page

Select Code to Download


  1. or download this
    # ... pod for module1
    # ... code for module1
    ...
    # package main
    # pod
    # code
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    print "I am alive\n";
    exit( 0 );