Help for this page

Select Code to Download


  1. or download this
    use warnings;
    no strict;
    ...
    print $::fh "Doesn't work\n";
    package Other;
    print $::fh "Works\n";