Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(dkubb) Re: (2) Hash asignement with RE and map()

by dkubb (Deacon)
on Jul 04, 2001 at 06:49 UTC ( [id://93756]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    2 tilly tilly@perlmonks.org saint today
    3 tye tye@perlmonks.org saint today
    4 jcwren jcwren@perlmonks.org saint today
    
  2. or download this
    my %hash;
    
    my %account;
    @account{ qw(name email title date) } = @row;
    
    $hash{$id} = \%account;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://93756]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found