Help for this page
#!/usr/bin/env perl use Modern::Perl; ... my @list = (0..15); say pop @list[3..5]; # error, not an ARRAY reference