Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Formatting and write help

by ikegami (Patriarch)
on Apr 15, 2008 at 01:43 UTC ( [id://680410]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @addr = {$one, $two};
    
  2. or download this
    my %anon_hash;
    $anon_hash{$one} = $two;
    my @addr = \%anon_hash;
    
  3. or download this
    my @addr = ($one, $two);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-20 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found