in reply to Split string to arrayref? SQL::Abstract
my $array_ref = [ split /\|/, $string ] [download]
See also: split, perlreftut