I received two suggestions:

    %hash = map {split(/=/)} @list;
    %hash = ( map( split( /=/, $_), @list) );

I had tried something vary similar to the first example. The first example does work, 
I have not tried the second example. What is
the magic with the parentheses in the first example?

Dirk Bremer - Systems Programmer II - AMS Department - NISC
636-922-9158 ext. 652 fax 636-447-4471

<mailto:[EMAIL PROTECTED]>


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to