Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

earthboundmisfit's scratchpad

by earthboundmisfit (Chaplain)
on Jun 04, 2004 at 18:05 UTC ( [id://361059]=scratchpad: print w/replies, xml ) Need Help??

my @errors = qw(arg1=1 arg2=2 arg3=3); my %errors; foreach my $error (@errors) { my @temp = split(/=/, $error); $errors{$temp[0]} = $temp[1]; } %errors2 = map {split /=/,2} @errors; # thanks, Chmrr
#! /the/world/is/my/oyster Perl

Kenning answers

#1: CGI.pm

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-18 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found