$Enum->Skip([count])
Enum
count
Skips the next count number of items of the enumeration (again, count must be positive and defaults to 1). Skip returns false if there are not at least count number of items left.
Skip
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]