Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: Module Announcement: Perl-Critic-1.01 (scalar)

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

Help for this page

Select Code to Download


  1. or download this
    my %hash= ( key1 => scalar lc $value );
    
  2. or download this
        if(       boolean( integer($scale) < integer(scalar getMaxScale())
    + )
            ||    boolean( scalar isExempt() )
    ...
                float( (integer($base)+integer($bonus)) / integer($count) 
    +),
            );
        }
    
  3. or download this
        if(       boolean( integer($scale) < integer(scalar getMaxScale())
    + )
            ||    boolean( scalar isExempt() )
    ...
                    float( (integer($base)+integer($bonus)) / integer($cou
    +nt) ) ),
            );
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found