Help for this page

Select Code to Download


  1. or download this
    package y;
    use Exporter qw (import );
    ...
    
    sub foo { ... }
    1;
    
  2. or download this
    #!/usr/bin/Perl
    use strict; use warnings;
    use y;
    
  3. or download this
    qwurx [shmem] ~> perl -My -nle 'dwim $_' somefile