Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: re-opening DATA

by barndoor (Pilgrim)
on Jul 20, 2000 at 20:01 UTC ( [id://23409]=note: print w/replies, xml ) Need Help??


in reply to re-opening DATA, printing any character

If the data is short you could always read it into an array:
my @x = <DATA>;
Then you could do what you like with it. I wouldn't do this if you had a big chunk of data but I might be a nice quick solution.


Coffee, KitKat, and a new script to write. It's gonna be a good day....

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-25 19:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found