Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Module Announcement: Perl-Critic-1.01 (just a scalar)

by tye (Sage)
on Jan 26, 2007 at 20:55 UTC ( [id://596790]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash= ( key1 => genValue1(), key2 => genValue2() };
    # %hash= ( key1 => 'key2' ); is never what you want to get
    
  2. or download this
        if(  @array= getScalar()  ) {
            ...
        } else {
            die "Couldn't get scalar";
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found