in reply to Split string to arrayref? SQL::Abstract

my $array_ref = [ split /\|/, $string ]

See also: split, perlreftut