Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Hash value modification

by siliconGopher (Initiate)
on Jul 25, 2005 at 12:21 UTC ( [id://477773]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    my @array = qw ( b bell c cell d dell f fell h hell );
    foreach ( @array ) { s/ell/it/g };
    print Dumper ( \@array );
    
  2. or download this
    $VAR1 = {
              'c' => 'cit',
    ...
              'hit'
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-19 05:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found