Help for this page

Select Code to Download


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