Perl Primer - University of California, Davis

string.function(argument) where string is the string considered, function is the function applied, and argument are parameters for the function, if any. Breaking a string into a list. A string can be broken down into a list using the function split. The syntax is: A.split(sep) where A is the string… ................
................