Perl split - to cut up a string into pieces
perl split(/PATTERN/, EXPR, LIMIT) splits the expression into a list of strings every place where the pattern matches. ... Author: Gabor Szabo Gabor provides training and development services. He loves to help people improve their way of programming. He l...