- or download this
next if /^;/; #skip comments
- or download this
next if /^;/xms;
- or download this
local $" = '|';
- or download this
use English qw( -no_match_vars );
my $LIST_SEPERATOR = q{|};
- or download this
use English qw( -no_match_vars );
{
local $LIST_SEPARATOR = q{|};
}