Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

by injunjoel (Priest)
on Aug 11, 2005 at 20:00 UTC ( [id://483108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $q->scrolling_list('htapes99',[@H99tapes],[$H99tapes[0]],10,-mul
    +tiple=>'true',my %attributes);
    
  2. or download this
    my $tape_count = scalar @tape_imports;
    
    ...
    {
       splice (@H99tapes,0,$tape_count,@H99tapes)
    }
    
  3. or download this
    my @H99tapes =('H02043' .. 'H02999');
    
    ...
            (!grep /^$v$/, @tape_imports) ? $v : ();
            } @a;
    };
    

Log In?
Username:
Password:

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

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

    No recent polls found