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

Re: If statement issue from a Noob

by pryrt (Abbot)
on Oct 04, 2017 at 16:18 UTC ( [id://1200663]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($tempdesc >= 55)
    {
    ...
        print FH_OUTFILE "\n";
    }
    }
    
  2. or download this
    use warnings;                                                         
    +                      # ALWAYS!!!
    use strict;                                                           
    +                      # ALWAYS!!!
    ...
    TITLE = 'i am cheap gasoline, and want a blank' @ PRICE = '54'
    
    ........................................ END
    

Log In?
Username:
Password:

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

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

    No recent polls found