[EMAIL PROTECTED] (Rob Dixon) wrote:

> We Unix people find we Windows people very strange
:)
...
>   test.pl < test.txt
> and
>   type test.txt | perl test.pl
> 
> are just two (increasingly weird) versions of
> 
>   perl test.pl test.txt
> 

We Unix people want to rip out the operating system
some times!  I don't know what this post is even doing
in "[EMAIL PROTECTED]" - it's been enough to make my
head swim for a while.

For the record, test.pl < test.txt won't work - you
need:
perl test.pl < test.txt

Just when you think Perl on Windows is more or less
normal, you get something like this thrown at you...

Peter


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to