Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Custom HOA printing

by serf (Chaplain)
on Jan 28, 2006 at 18:45 UTC ( [id://526192]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    push @{$hash{"2"}}, "icky pineapple";
    
    print Dumper(\%hash), $/;
    
  2. or download this
    $VAR1 = {
              '3' => [
    ...
                       'orange'
                     ]
            };
    
  3. or download this
    my %hash = (
    
    ...
        '5' => [ 'orange' ]
    
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (10)
As of 2024-04-23 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found