in reply to reading __DATA__ more than once
{ my $offset; sub build_data { seek DATA, ($offset ||= tell DATA), 0; return [ <DATA> ]; } }
_____________________________________________________
Jeff[japhy]Pinyan:
Perl,
regex,
and perl
hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading __DATA__ more than once
by ff (Hermit) on Nov 14, 2002 at 08:06 UTC | |
by japhy (Canon) on Nov 14, 2002 at 15:52 UTC | |
|
Re^2: reading __DATA__ more than once
by Aristotle (Chancellor) on Nov 15, 2002 at 23:22 UTC | |
by japhy (Canon) on Nov 16, 2002 at 15:24 UTC |