Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: while going through perldsc tutorial...

by naikonta (Curate)
on Oct 17, 2007 at 08:31 UTC ( [id://645400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print $AoA[$i], "\n"; # different memory address
    }
    print "@$_\n" for @AoA;
    
  2. or download this
    ---- 1. global @array ----
    ARRAY(0x814f618)
    ...
     # ## ###
     # ## ### ####
     # ## ### #### #####
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 06:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found