>>>>> "Charles" == Charles K Clarkson <[EMAIL PROTECTED]> writes:

Charles>     Whenever I do an exercise from one of the
Charles> books that assume a unix environment, I skip
Charles> the code that gets user input. If the code
Charles> is written like this:

Charles> my @names = <STDIN>;

Charles>     I change it to:

Charles> my @names = ( qw/ joe bob jack / );

Why?  Just fire up a COMMAND.COM, and do the exercises
as if you were on Unix.  It works.  And some of them are interactive!
You can't predict everything that you'd be entering!

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to