Is it possible to have multiple __DATA__
entries in a program.  I can seem to find
a way to end __DATA__, and @array is
getting everything.  How to I end __DATA__?


Like:

@array = <DATA>;
@array1 = <DATA1>;

__DATA__
stuff
more stuff

__DATA1__
stuff
more stuff



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to