in reply to print source golf
readline in list context.
FWIW
printsuse strict; use warnings; seek DATA,0,0; print scalar <DATA>; __DATA__
use strict;
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|