Using the Perl split() function - Welcome to perlmeme.org
How to use the Perl split function ... Using the Perl split() function Introduction The split() function is used to split a string into smaller sections. You can split a string on a single character, a group of characters or a regular expression (a patter...