Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: 78/80 chars perl line still a meaningful rule

by Anonymous Monk
on Oct 17, 2012 at 08:11 UTC ( [id://999479]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    confess
        "Insufficent data in X from {hash lookup} through {hash lookup} so
    +urce data file {hash lookup}"
        unless $condition;
    
  2. or download this
    $condition
      or confess
    "Insufficent data in X from {hash lookup} through {hash lookup} source
    + data file {hash lookup}";
    
  3. or download this
    $condition
        or confess "Insufficent data in X from {hash lookup} "
        . "through {hash lookup} source data file {hash lookup}";
    
  4. or download this
    $condition
      or confessn "Insufficent data in X from {hash lookup}
    through {hash lookup} source data file {hash lookup}";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-26 02:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found