in reply to Pausing on extra IF

What do you think this line does?
$line = readline(*STDIN);
Update: You probably meant something like
$line = <XRPT>;

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