Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Flag variables

by KPeter0314 (Deacon)
on Mar 03, 2003 at 15:35 UTC ( [id://240056]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    fooaction() if grep { $_ eq "foo" } @somearray;
    baraction() if grep { $_ eq "bar" } @somearray;
    
  2. or download this
    my $fooflag = 0;
    my $barflag = 0;
    ...
    
    if($fooflag eq "1"){ &fooaction;}
    if($barflag eq "1"){ &baraction;}
    

Log In?
Username:
Password:

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

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

    No recent polls found