Unknown Sender schreef:
> Is there possible to create a n-number of lists in a cycle?
> I.e.
> for (1 .. $n) {
> my @R.$_;
> }
> or smth like this ... I know that 'my' will work only in this loop.
> So i am waiting for the answer. Thanks,See "perldoc perllol". -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
