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;