Help for this page

Select Code to Download


  1. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    aaa({});
    aaa(undef);
    aaa(0);
    
  2. or download this
    { a => 1 }
    { a => 1 }
    Can't use string ("0") as a HASH ref while "strict refs" in use at C:\
    +Phil\Perl\PerlMonks\undef2.pm line 8.