Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Array name with a Variable

by GrandFather (Saint)
on Apr 17, 2008 at 21:10 UTC ( [id://681301]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print scalar @intersect, "\n";
        }
    }
    
  2. or download this
    @array0, @array1: e - 1
    @array0, @array2: d - 1
    ...
    @array1, @array2:  - 0
    @array1, @array3: g h - 2
    @array2, @array3:  - 0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-28 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found