Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: My "if" is failing!

by 2teez (Vicar)
on Nov 28, 2012 at 22:57 UTC ( [id://1006124]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     ...
    while (<PLATTS>) {
    ...
               ...
              }
          ...
    
  2. or download this
     ...
    while (<PLATTS>) {
    ...
                }
             } ## END of first if statement.
          ...
    
  3. or download this
        open my $fh_output,'>>',$output or die "can't open file: $!";
        open my $fh_input_file1,'<',$input_file1 or die "can't open file: 
    +$!";
    ...
                }
        ...
    

Log In?
Username:
Password:

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

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

    No recent polls found