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

STDIN & STDOUT on Win32 ?

by tomazos (Deacon)
on Mar 01, 2006 at 11:13 UTC ( #533618=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    # pipetest.pl
    use strict; use warnings;
    ...
    while (<STDIN>) {
        print "$_\n";
    }
    
  2. or download this
    C:/> ./pipetest.pl < somefile
    
    C:/>
    
  3. or download this
    C:/> ./pipetest.pl
    fsanlfga
    fsanlfga
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2023-09-21 08:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?