Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: If Not Replace

by tchrist (Pilgrim)
on Sep 12, 2011 at 15:13 UTC ( [id://925491]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $s = "a";
    $s .= "abcdefghijklmop";
    ...
    
    my %h = (red => 1, blue => 2, yellow => 3);
    $h{green} = 6.02e23;
    
  2. or download this
    my $hr = undef;
    $hr->{radish} = "crunch";       # yes autoviv
    ...
    $h{little}{cat}  = "kitten";    # no  autoviv
    $h{male}{cattle} = "bull";      # yes autoviv
    $h{male}{cat}    = "tom";       # no  autoviv
    

Log In?
Username:
Password:

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

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

    No recent polls found