J
John Dimper
Hi,
I'm having a problem with a while loop using ActiveState 5.8.7. Basically,
if I pipe from standard in and do the following:
while (<>) {
print "For Example";
}
it does nothing! If I open a file and while (<File>) this works without any
problems.... I've never come across this on Unix/Linux machines. Is this an
Activestate/Win32 problem or user error?
Many thanks,
John
I'm having a problem with a while loop using ActiveState 5.8.7. Basically,
if I pipe from standard in and do the following:
while (<>) {
print "For Example";
}
it does nothing! If I open a file and while (<File>) this works without any
problems.... I've never come across this on Unix/Linux machines. Is this an
Activestate/Win32 problem or user error?
Many thanks,
John