in reply to
Pausing on extra IF
What do you think this line does?
$line = readline(*STDIN);
[download]
Update:
You probably meant something like
$line = <XRPT>;
[download]
Comment on
Re: Pausing on extra IF
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: Pausing on extra IF
by
ratboy
(Initiate)
on Sep 30, 2011 at 20:18 UTC
HA! That's funny. What a dopey thing to do! Just before i read this I ran a test on that and found it is not doing what I intended. "STDIN"?! That solves TWQ problems! :-) I knew if I embarrassed myself I'd get it resolved. Thanks
[reply]
In Section
Seekers of Perl Wisdom