my @filtered; for (@elements) { # Not any list, an array specifically. push @filtered, $_ if condition($_); }