Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Why is "undef" after passing not readonly anymore?

by philiprbrenan (Monk)
on Sep 06, 2012 at 00:34 UTC ( [id://991980]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://991980]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-24 17:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found