Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Am I the only one in love with IO::All?

by Your Mother (Archbishop)
on Jul 22, 2004 at 08:32 UTC ( [id://376505]=note: print w/replies, xml ) Need Help??


in reply to Output to file question

There's also IO::All but you can check comprehension at the door. It's perl voodoo. Here's how to write it once to a file:

use IO::All; $mac > io('/path/to/file.txt');

Or append it:

use IO::All; $mac >> io('/path/to/file.txt');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found