Re: Can anyone guide me for : Data Structures in Perl

2005-07-17 Thread Wiggins d'Anconia
Wijaya Edward wrote: > > >>can anybody help me with a link or a tutorial for >>understanding the Datastructures in perl. >> >>Example, Array of Array, Hash of Array, Hash of Hash, >>Array of Hash. > > > > > You can find everything you need in: > > perldoc perldsc > > -- > Regards, > Edward WIJ

Re: Can anyone guide me for : Data Structures in Perl

2005-07-17 Thread Wijaya Edward
You can find everything you need in: perldoc perldsc -- Regards, Edward WIJAYA SINGAPORE > > can anybody help me with a link or a tutorial for > understanding the Datastructures in perl. > > Example, Array of Array, Hash of Array, Hash of Hash, > Array of Hash. -- To unsubscribe, e-mail:

Can anyone guide me for : Data Structures in Perl

2005-07-17 Thread atul ashpalia
Hi, can anybody help me with a link or a tutorial for understanding the Datastructures in perl. Example, Array of Array, Hash of Array, Hash of Hash, Array of Hash. Along with few scripts to understand their application. thanks in advance, Atul Ashpalia

Re: how to create/use data structures in perl ?

2003-07-08 Thread Sudarshan Raghavan
Madhu Reddy wrote: Hi, How to create data structures in perl ? I have following data structure in C...and i have to create similar data structure in perl and use... how to create data strutures in perl and how to use ? perldoc -f pack perldoc -f unpack typedef struct { char

how to create/use data structures in perl ?

2003-07-08 Thread Madhu Reddy
Hi, How to create data structures in perl ? I have following data structure in C...and i have to create similar data structure in perl and use... how to create data strutures in perl and how to use ? typedef struct { charPrefix[8]; charPrint

RE: Data Structures in Perl

2003-07-08 Thread Trevor Morrison
r:3280 Order Number:3280 Order Number:3280 Order Number:3280 Order Number:3280 Order Number:3280 C:\maverick> -Original Message- From: Gupta, Sharad [mailto:[EMAIL PROTECTED] Sent: Sunday, July 06, 2003 4:55 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Data Structures i

Re: Data Structures in Perl

2003-07-06 Thread Robin Norwood
"Gupta, Sharad" <[EMAIL PROTECTED]> writes: > >From ur example i assume that: > > my @order is an array collecting all of the objects with each order. > > So, instead of > > my @order = new miva_order; > > we mean to say: > > my @orders; > my $obj = new miva_order; > $obj->order_number(get_o

RE: Data Structures in Perl

2003-07-06 Thread Gupta, Sharad
- From: Trevor Morrison [mailto:[EMAIL PROTECTED] Sent: Sunday, July 06, 2003 10:37 AM To: [EMAIL PROTECTED] Subject: Data Structures in Perl Hi, I am new to using data structures in Perl, but have played with them in C (a long time ago). I have downloaded the Class::Struct::Fields module on my W2

Data Structures in Perl

2003-07-06 Thread Trevor Morrison
Hi, I am new to using data structures in Perl, but have played with them in C (a long time ago). I have downloaded the Class::Struct::Fields module on my W2K system and all works well. I am finding the documentation a little terse though. I am trying to read into my Perl program orders that