Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
pop « Array « Perl
Perl
Array
pop
1.
Paper Stacks
2.
The pop function pops off the last element of an array and returns it.
3.
Pop value out of array
4.
$s = pop @{[@a]};
5.
Push, pop, shift and unshift an array
6.
Using Pop to remove element from an array