Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

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

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

Help for this page

Select Code to Download


  1. or download this
    # Given.
    confess "Insufficent data in X from {hash lookup} through {hash lookup
    +} source data file {hash lookup}" unless {condition};
    
  2. or download this
    {condition} or
      confess sprintf "Insufficient data in X from %s through %s source da
    +ta file %s"
      , {hash lookup}
      , {hash lookup}
      , {hash lookup} ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-29 00:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found