Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: what statements are used in order to obtain results in another file?

by davorg (Chancellor)
on Oct 15, 2001 at 14:47 UTC ( [id://118846]=note: print w/replies, xml ) Need Help??


in reply to How do I read from one file and write my processed results to another file?

This is still the Finite Automata problem from the University of Zimbabwe isn't it?

In order to read or write from a file, you need to first open a filehandle. Here's a link to the documentation on open.

You output data to a file using the print function. Documentation on print is here.

If you have any further questions, perhaps you could show us the code - we'd then be able to be more help.

  • Comment on Re: what statements are used in order to obtain results in another file?

Log In?
Username:
Password:

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

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

    No recent polls found