Help for this page
Select Code to Download
Select
or
download this
my @list = split(/;/, 'one;two;three'); # @list is now ('one', 'two', 'three');