- or download this
{
my @tab;
...
return @tab;
}
}
- or download this
sub teledecode {
@tab = ();
return arrangecode( '', 0, @telear[ split //, $_[0] ] );
}
- or download this
foreach my $toto (@ARGV) {
if ( $toto =~ /-d=(\d+)/ ) {
...
return @tab;
}
}
- or download this
else {
# This slice should probably explained.
print join '', @telealph{ split //, uc( $toto ) };
}