Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Imploding URLs

by mobiGeek (Beadle)
on Jun 09, 2005 at 20:55 UTC ( [id://465321]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $tnt = [
               "http://www."    ,
    ...
        }
        return $url;
    };
    
  2. or download this
    while( $u = <STDIN> ) {
        for( $i=1; $i < length($u)-1; $i++ ) {
    ...
    # now loop over %matches finding top 30 of:
    #     $matches($key) * length($key)
    #
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://465321]
Approved by davidrw
Front-paged by tall_man
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found