Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: match two files

by hippo (Bishop)
on Jun 03, 2020 at 13:55 UTC ( [id://11117648]=note: print w/replies, xml ) Need Help??


in reply to Re: match two files
in thread match two files

        print OUT $tmp1[0], ",", $item2;

There is no bareword filehandle OUT anywhere else in your code. Perhaps you meant $OUT? warnings catches these.

Replies are listed 'Best First'.
Re^3: match two files
by perlfan (Vicar) on Jun 03, 2020 at 14:09 UTC
    Good catch. for OP's benefit add,
    use strict; use warnings;
    And fixed the bareword file handle. Missed that when updating their code. :) ty....

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-23 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found