Help for this page
use 5.014; my $sampleids = ['A','_B','C']; ... $VAR1 = [ 'A', '_B', 'C' ]; $VAR2 = [ 'A', 'B', 'C' ]; $VAR3 = [ 'A', 'B', 'C' ];