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