($placeholder, $page, $date, ...) = split; push @raw, [ $placeholder, $page, $date ... ]; #### @sorted = sort { $a->[2] cmp $b->[2] } @raw;