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

Re: Data structures drive logic! (was Re3: Passing / evaluating / dieing on one line...)

by particle (Vicar)
on Apr 05, 2002 at 18:45 UTC ( [id://157019]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub colNOEXISTS () {-1}
    
    # and, then, in the for statement...
    $Columns{$col_name}{exists} == colNOEXISTS 
        and die "your error here: $!";
    
  2. or download this
    $i=1; $j=2; $k=3;
    $l = $i++ * $j++ for 1..$k;
    ...
    
    $i=1; $j=2; $k=3;
    $k=3;
    

Log In?
Username:
Password:

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

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

    No recent polls found