Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    use Bozo;
    
    print go_bozo();
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    use Foo;
    
    print Foo->Foo();
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    1;
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    print go_bozo();
    
    print Foo->Foo();