[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