Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

XP & Inbox XChat Perl script

by Beatnik (Parson)
on Apr 15, 2001 at 16:02 UTC ( [id://72654]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # XP Grabber...
    use strict;
    ...
    sub hdl_char { my ($p, $str) = @_; }
      
    sub hdl_def { }
    
  2. or download this
    my $url=new URI::URL 'http://www.perlmonks.org/index.pl';
    $url->query_form(op => "login",node_id => "15848",user => $pm_user,pas
    +swd => $pm_password,expires=> "+10y");
    ...
    }
      
    sub hdl_def { }
    
  3. or download this
    #!/usr/bin/perl
    
    IRC::print "\0035:: Loading X-Chat Perlmonks XML Ticker ::\003 \n";
    ...
    (@Inbox) = <INBOX>; close(INBOX);
    if (@Inbox) { IRC::print @Inbox; }
    IRC::add_timeout_handler(300000, getInbox); }
    

Log In?
Username:
Password:

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

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

    No recent polls found