in reply to Re: Returning array values
in thread Returning array values

Thanks Guys indeed, the \ @found has worked.

I also have tried getting rid of the @{} so the returned value is a single array which also worked, however I will be needing a "list of lists" later on in my script, so I need to use the \ reference.

PS: I have read the ‘perldsc’ a number of times but I guess that I am a bit of a slow ‘Scribe’ and there were no examples on referencing on this tutorial. However, amongst your replies, I have enough articles to go on and improve my Perl techniques.

Cheers.

Replies are listed 'Best First'.
Re: Re: Re: Returning array values
by valdez (Monsignor) on Jul 30, 2002 at 09:11 UTC

    You are welcome :-)

    My way to understand Perl dsc was to Data::Dumper my structures, it is simpler if you visualize them!

    Happy coding, Valerio