Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    use strict;
    ...
    last line of the module needs to be true;
    last line of the _file_ need not be true:
    0;
    
  2. or download this
    #!/c/opt/perl/bin/perl
    use strict;
    ...
    __END__