- or download this
#!/usr/bin/perl
use strict;
...
push @lc,@uc;
print join ',', @lc,"\n";
- or download this
#!/usr/bin/perl
use strict;
...
print join "|",@is_sorted;
- or download this
my @sorted = ('a' .. 'm','n' .. 'z','X' .. 'Z','A' .. 'W');
- or download this
#!/usr/bin/perl
use strict;
...
print join "|",@is_sorted;