It turns out that saying
print <$s>;
generally causes the script to hang, whereas saying
my $answer = <$s>;
print $answer;
works every time.  Could anyone enlighten me as to why this is?

Thanks for the help anyway!

Max

max.spicer Wrote: 
> Thanks, I'll have a play with them tomorrow.  They look as if they're
> doing exactly what I'm trying to do at one stage, and in the same way
> too.  Hmm...
> 
> Max


-- 
max.spicer

The wild things roared their terrible roars and gnashed their terrible
teeth
and rolled their terrible eyes and showed their terrible claws
but Max stepped into his private boat and waved good-bye
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to