in reply to How about this?
in thread Getting data out of __DATA__ and __END__
But isntmy @ary = split (/\s+/,<DATA>);
better still? :-)my @ary = split (" ",<DATA>);
Yves
--
You are not ready to use symrefs unless you already know why they are bad. -- tadmc (CLPM)
|
|---|