Help for this page

Select Code to Download


  1. or download this
    # With strictures:
    use strict;
    ...
    
    __END__
    Can't use string ("4") as a HASH ref while "strict refs" in use at G:\
    +x.pl line 7.
    
  2. or download this
    # Without strictures:
    use warnings;
    ...
    
    __END__
    { tree => 4 }