Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: lvalue subs return undef, playing with experimental features, the End of the World, etc

by tadman (Prior)
on May 07, 2002 at 06:27 UTC ( [id://164545]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $val;
    sub canmod : lvalue {
         $val;
    ...
    sub nomod {
         $val;
    }
    
  2. or download this
    my %foo;
    my $bar;
    
    ...
                : $foo{$key} = undef
           : $bar;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-25 15:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found