Perl tutorial: Split - School of Computing - Faculty of Engineering - University of Leeds
A very useful function in Perl is split, which splits up a string and places it into an array. The function uses a regular expression and as usual works on the $_ variable unless otherwise specified. The split function is used like this: $info = "Caine:Mi...