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