Re: Difining an array

2005-04-11 Thread Michael G Schwern
On Mon, Apr 11, 2005 at 10:12:56AM -0500, Andy Lester wrote: > On Mon, Apr 11, 2005 at 11:43:34AM -0300, LOGGOS TI ([EMAIL PROTECTED]) wrote: > > my @{$Tempo}; > > This should never have worked. I'm surprised it ran in 5.6. It's not > legal. > > Regardless, this mailing list isn't the place for

Re: Difining an array

2005-04-11 Thread Philip M. Gollucci
LOGGOS TI wrote: Greetings. I need some help trying to define an array as below (5.8.x version): for ($x = 1; $x <= $Mes; $x++){ $Tempo_not_the_same_name_as_below = "Mestotal$x"; my $Tempo = []; foreach (@Anotoal) { push @$Tempo, $_ if .. } } Next time include the er

Re: Difining an array

2005-04-11 Thread LOGGOS TI
All Please, i´m sorry. It was a mistake to send for this list. Apologises. Roberto - Original Message - From: "Andy Lester" <[EMAIL PROTECTED]> To: "LOGGOS TI" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 11, 2005 12:12 PM Subject: Re: Difining an array

Re: Difining an array

2005-04-11 Thread Andy Lester
On Mon, Apr 11, 2005 at 11:43:34AM -0300, LOGGOS TI ([EMAIL PROTECTED]) wrote: > my @{$Tempo}; This should never have worked. I'm surprised it ran in 5.6. It's not legal. Regardless, this mailing list isn't the place for these questions. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.