Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Perl/Tk Chatterbox Client

by chipmunk (Parson)
on May 08, 2001 at 22:46 UTC ( [id://78926]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # URL to use for links into perlmonks, cpan, and google
    my($perlmonksURL_base) = 'http://www.perlmonks.org/';
    my($perlmonksURL_node) = 'http://www.perlmonks.org/index.pl?node=';
    my($perlmonksURL_id)   = 'http://www.perlmonks.org/index.pl?node_id=';
    my($perlmonksURL_cpan) = 'http://search.cpan.org/search?mode=module&qu
    +ery=';
    my($perlmonksURL_google) = 'http://www.google.com/search?q=';
    
  2. or download this
        printMessage("\n*Launching browser for node $node...");
        if    ($node =~ s,^id://,,)     { $url = $perlmonksURL_id     . $n
    +ode; }
        elsif ($node =~ s,^node_id=,,)  { $url = $perlmonksURL_id     . $n
    +ode; }
    ...
        elsif ($node =~ m,^http:,)      { $url = $node;                   
    +     }
        elsif ($node =~ s,^/+,,)        { $url = $perlmonksURL_base   . $n
    +ode; }
        else                            { $url = $perlmonksURL_node   . $n
    +ode; }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-29 10:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found