Help for this page

Select Code to Download


  1. or download this
    {
        use lib "..";
        use strict;  # "../strict.pm" loaded instead of the real one
    }
    
  2. or download this
    #!/usr/bin/perl -W
    
    ...
      use Foo::Bar qw| baz |; # raz and taz arent valid tags here
    }
    ...