in reply to Re: Output question
in thread Output question
if(++$line > $LINEMAX) { $line=0; getc; }
sub print2 { if(++$line > $LINEMAX) { $line=0; getc; } print @_; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 3: Output question
by tilly (Archbishop) on Jan 04, 2002 at 09:32 UTC | |
Re: Output question
by oaklander (Acolyte) on Dec 26, 2001 at 19:10 UTC | |
by arhuman (Vicar) on Dec 26, 2001 at 19:42 UTC |