Thank you. That fixed the original question. What if I want a list of hashes
so that I can move through the list in the order that the list was
initialized with?

Thanks again.

Kevin

-----Original Message-----
From: Ned Konz [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 4:51 PM
To: [EMAIL PROTECTED]
Cc: Perl-Win32-Users Mailing List
Subject: Re: Need some tips on hash's


[EMAIL PROTECTED] wrote:
> 
> I have the folowing:
>    my(%Projects) = {

> Any ideas as to what I am doing wrong?

Yes, you probably want to go:

my %Projects = (
'CaptureServer' => { stuff },
);

-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://bike-nomad.com, Perl homepage:
http://bike-nomad.com/perl

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to