Help for this page

Select Code to Download


  1. or download this
    package Fool {
        use strict;
    ...
        say __PACKAGE__;
        1;
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    
    __END__
    
  3. or download this
    
    package President {
    ...
    
    __END__