Help for this page
use strict; use Data::Dumper; ... print Dumper(\@array);
$VAR1 = [ 'one|two|three|four', ... 'two', 'one' ];