Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^8: Module Announcement: Perl-Critic-1.01 (failure)

by tye (Sage)
on Jan 27, 2007 at 03:59 UTC ( [id://596825]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %results= (
        foo => doFoo(),
        bar => getBar(),
    );
    
  2. or download this
        if(  $result{foo}  ) {
    
  3. or download this
        my( $foo, $bar )= ( doFoo(), getBar() );
        if(  $foo  ) {
    
  4. or download this
        %hash= ( key => scalar someFunc() );
        %hash= ( key => [ someFunc() ] );
        %hash= ( key => 0 + someFunc() );
        ...
    

Log In?
Username:
Password:

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

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

    No recent polls found