In other languages I\'ve used like Erlang and Python, if I am splitting a string and don\'t care about one of the fields, I can use an underscore placeholder. I tried this
undef serves the same purpose in Perl.
undef
(undef, $something, $otherthing) = split(' ', $str);