Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: popping, shifting or splicing an array???

by injunjoel (Priest)
on Aug 09, 2005 at 18:50 UTC ( [id://482368]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    as numbers are selected
    remove elements from array A
    repopulate list with what is remaining into array A
    print array A
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "After\n";
    $d->dumpValues(\@ArrayA);
    print "\n";
    
  3. or download this
    use Dumpvalue;
    my $d = new Dumpvalue;
    ...
    };
    $d->dumpValues(\@ArrayB);
    exit;
    

Log In?
Username:
Password:

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

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

    No recent polls found