RE: [Perl-unix-users] Hash in win and Unix

2003-01-24 Thread Craig B. Nakata
Pablo, For @keys=%gen try @keys = keys(%gen) Hope this helps Craig > -Original Message- > From: [EMAIL PROTECTED] [mailto:perl-unix- > [EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, January 23, 2003 7:36 AM > To: [EMAIL PROTECTED] > Subject: [Per

Re: [Perl-unix-users] Hash in win and Unix

2003-01-23 Thread Jon Shorie
tically ignore this I don't know. > > Matt Schneider > Programmer/System Administrator > SKLD Information Services, LLC > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 8:36 AM > To: [EMAIL

RE: [Perl-unix-users] Hash in win and Unix

2003-01-23 Thread Matt Schneider
r Programmer/System Administrator SKLD Information Services, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 8:36 AM To: [EMAIL PROTECTED] Subject: [Perl-unix-users] Hash in win and Unix Ok, for those of you that ask for an example:

[Perl-unix-users] Hash in win and Unix

2003-01-23 Thread ptornero
Ok, for those of you that ask for an example: in windows I read a file and store as hash, let's say %gen. @keys=%gen; print $keys[0];#will produce the rigth thing, 'At1G0100' But if in Unix I read a list from a file, let's say @list_names print $list_names[34];# will produce 'At1G0100', and p