Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: perl javascript help passing varable

by thunders (Priest)
on Oct 16, 2009 at 15:17 UTC ( [id://801573]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $number = [1,2,3]; 
    @number = (4,5,6); 
    print "$number @$number @number";
    
  2. or download this
    ARRAY(0x814cc20) 1 2 3 4 5 6
    
  3. or download this
    my $comma_sep_number = join(",",@$number);
    print "My Array Contains: $comma_sep_number";
    
  4. or download this
    My Array Contains: 1,2,3
    

Log In?
Username:
Password:

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

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

    No recent polls found