Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: If you believe in Lists in Scalar Context, Clap your Hands

by ikegami (Patriarch)
on Oct 24, 2008 at 02:54 UTC ( [id://719225]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub f :lvalue { ($i,$j) }
    f() = (4,5);
    print("$i,$j\n");
    
  2. or download this
    Useless use of a constant in void context at script.pl line 5.
    Use of uninitialized value in concatenation (.) or string at script.pl
    + line 6.
    ,5
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-18 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found