Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: perl array comparison?

Re: perl array comparison?

From: Ed prochak <ed.prochak_at_magicinterface.com>
Date: 30 Sep 2003 10:08:21 -0700
Message-ID: <4b5394b2.0309300908.f3c7260@posting.google.com>


rickraster_at_hotmail.com (RR) wrote in message news:<97b4acf3.0309291524.4575805b_at_posting.google.com>...
> Hi all,
> v. 8.1.7
> linux
>
> I've been trying to wrap my head around how to fill and use an array,
> similar to an array "@" in Perl.
> What I'm trying to do is fill an array variable inside a stored
> procedure and display it in a cgi page.
> Since my paltry knowledge of arrays and collections is primarily from
> Perl, I'll use that as my reference. There, you can simply assign the
> array values and print them later, eg. print @tmpArray
>
> Is it possible to print an array that way, or is there another way to
> do the same thing, without having to loop the elements?
>
> Thanks for any pointers
>
> Cheers,
>
> Rick

PERL is great in its place, but it can make one lazy.

It's time to start coding LOOPs. PL/SQL doesn't do it for you.

Have fun.
  Ed Received on Tue Sep 30 2003 - 12:08:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US