Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: tieing STDIN & STDOUT using IO::Scalar for use inside an eval

by ikegami (Patriarch)
on Sep 11, 2004 at 21:41 UTC ( [id://390320]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    # This \$var syntax of open() requires Perl 5.8.0 or higher.
    ...
    test
    foo
    bar
    
  2. or download this
    # This \$var syntax of open() requires Perl 5.8.0 or higher.
    use 5.8.0;
    ...
    test
    foo
    bar
    

Log In?
Username:
Password:

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

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

    No recent polls found