Here's a very beginner question.  I am working through
the learning perl for win32 book and find that when I
use <STDIN> to out info into an array, the program
ignores the following print line.  For example, given
the folliwng lines in the program:

>@list = <STDIN>;
>print "I will now print your list in reverse.\n";
>print reverse(@list);

the output skips over the first print line.

I have a HP PC with Windows ME.  Any ideas on what
could be goin on here?

Ed


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to