Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Pipeing to a Tk-App

by graff (Chancellor)
on Feb 17, 2003 at 05:42 UTC ( [id://235893]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(VIRTUALPRN, "| perl print.pl");
    
  2. or download this
    print VIRTUALPRN "foobar\n"
    
  3. or download this
    select VIRTUALPRN;  # make this the "default" output handle
    $|++;  # disable output buffering on this handle
    
  4. or download this
    use FileHandle;
    ...
    ...
    ...
    print $VirtualPrnFH "foobar\n";
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-18 11:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found