Help for this page

Select Code to Download


  1. or download this
    my @list = split(/;/, 'one;two;three');
    # @list is now ('one', 'two', 'three');