http://www.perlmonks.org?node_id=985564

aturtle has asked for the wisdom of the Perl Monks concerning the following question:

Is there a simple way to use perl split to just use the last match? If for example I wanted to split everything (11452) after the last -- From --00--SPLIT ?--11452 ignoring any characters before the last -- Or should I just use a regex for that? Thanks in advance