Does it truly need to be redirected, or can you just use @ARGV
?
-----Original Message-----
From: Bernard Golden [mailto:[EMAIL PROTECTED]
Sent: Friday, April 04, 2003 1:17 PM
To: [EMAIL PROTECTED]
Subject: input redirection questionI want to enable my program to read from STDIN via input redirection, e.g.: myprogram < getstuffWhen I try it on my machine the program does not see the input. Is there something I should be configuring my machine with to enable it to see redirected input? Many thanks.Bernard Golden