Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
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?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2023-12-08 22:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (37 votes). Check out past polls.

    Notices?