Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: STDIN & STDOUT on Win32 ?

by BrowserUk (Patriarch)
on Mar 01, 2006 at 12:13 UTC ( [id://533631]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>type junk1.pl
    #! perl -slw
    ...
    ?
    ?print "?$_?" for <>;
    ?
    
  2. or download this
    C:\test>type junk1.pl|junk1
    The process tried to write to a nonexistent pipe.
    
  3. or download this
    C:\test>type junk1.pl | perl junk1.pl
    ?#! perl -slw
    ...
    ?
    ?print "?$_?" for <>;
    ?
    
  4. or download this
    C:\test>pl2bat junk1.pl
    
    ...
    ?
    ?print "?$_?" for <>;
    ?
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found