Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Little annoying mistakes ... of others

by tprocter (Sexton)
on Dec 06, 2008 at 19:41 UTC ( [id://728591]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(F, "grep 'WARNING<\/font>' $mydir/$myfile".".|wc|awk '{print \$1}
    +'| ") ;
             while (<F>) {
    ...
                $received_warn=$_;
            }
        close F;
    
  2. or download this
    $a = 'a';
    if ($a == 'b' or $a == 'c') {
        print "True\n";
    }
    
  3. or download this
    if ($a = 'b') {
        print "True\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found