Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

perlfunc:pop

by gods (Initiate)
on Aug 24, 1999 at 22:42 UTC ( [id://206]=perlfunc: print w/replies, xml ) Need Help??

pop

See the current Perl documentation for pop.

Here is our local, out-dated (pre-5.6) version:


pop - remove the last element from an array and return it



pop ARRAY

pop



Pops and returns the last value of the array, shortening the array by 1. Has a similar effect to

    $tmp = $ARRAY[$#ARRAY--];

If there are no elements in the array, returns the undefined value. If ARRAY is omitted, pops the @ARGV array in the main program, and the @_ array in subroutines, just like shift().


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-12-06 01:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (38 votes). Check out past polls.