Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: problem in output

by davorg (Chancellor)
on Jun 29, 2009 at 14:48 UTC ( [id://775697]=note: print w/replies, xml ) Need Help??


in reply to Re^2: problem in output
in thread problem in output

Then how can we modify the code to open each file with diffrent handle.

Not sure that's the right approach. The approach I would take would be:

  • for each file
    • open file
    • process file contents
    • close file
  • next file
And any suggestions about the output coming wrong.

I strongly suspect that will be fixed once you process all of the files correctly.

--

See the Copyright notice on my home node.

Perl training courses

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-29 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found