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

Re^2: Array question

by ww (Archbishop)
on Jun 14, 2008 at 15:21 UTC ( [id://692082]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!usr/perl/bin
    use strict;
    use warnings;
    ...
        print "now \$elementindex $elementindex is $file\n";
        $elementindex++;
    }
    
  2. or download this
    $elementindex 0 is foo.txt
    $elementindex 1 is bar.txt
    $elementindex 2 is blivitz.txt
    ...
    now $elementindex 1 is addelement.txt
    now $elementindex 2 is bar.txt
    now $elementindex 3 is blivitz.txt
    

Log In?
Username:
Password:

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

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

    No recent polls found