Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: play with phone numbers & w perl :)

by CharlesClarkson (Curate)
on Dec 28, 2003 at 03:56 UTC ( [id://317273]=note: print w/replies, xml ) Need Help??

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 ) };
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://317273]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-29 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found