Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: opening a file

by kilinrax (Deacon)
on Oct 31, 2000 at 22:32 UTC ( [id://39303]=note: print w/replies, xml ) Need Help??


in reply to opening a file

Your syntax is all over the place, this is how you want to read the files:
open DNM, "/mnt/csphil/home/fburns/domereports/Weekly_Reports/de-nj-md +"; @dnm = <DNM>; close DNM; print @dnm;
I would also suggest you read File Input and Output in the Tutorials section.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://39303]
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: (3)
As of 2024-04-25 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found