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

Does Net::IRC work on Windows

by ChilliHead (Monk)
on Jan 02, 2001 at 13:23 UTC ( [id://49267]=perlquestion: print w/replies, xml ) Need Help??

ChilliHead has asked for the wisdom of the Perl Monks concerning the following question:

I heard a rumour that Net::IRC will not work on the ActiveState Perl Windows port.

Is this true?

If not, does anyone have any IRC client sample code?

CH

Replies are listed 'Best First'.
Re: Does Net::IRC work on Windows
by ryddler (Monk) on Jan 02, 2001 at 21:59 UTC
    In short... Yes! It does run on Windows

    I currently have a script I'm working on that uses the Net::IRC module on a windows machine. I started out trying to port a script called Whiplash (available at www.networkdweebs.com) that is an IRC web interface that only runs on *nix boxes. It uses ALRM to communicate between processes, which isn't available on windows. Plus, the code was growing too messy with me trying to trace through and remove the *nix specific code to make it work on windows so I realized I'd be better of writing my own version to be cross platform. I may post it here once I get everything up and running, but the irctest script that comes with the Net::IRC package is a great example of the code...

    ryddler

Re: Does Net::IRC work on Windows
by ichimunki (Priest) on Jan 02, 2001 at 17:30 UTC
    Considering it was last updated May 29th, 2000, and lack of Windows compatibility is not listed as a bug in the POD for Net::IRC, I'd say it's a rumor. It does appear to be less than version 1.0, which usually means it's not guaranteed on any platform. Check Code Catacombs for code.
Re: Does Net::IRC work on Windows
by InfiniteSilence (Curate) on Jan 02, 2001 at 21:30 UTC
    Aha! but there is a way to know which ActiveState modules are currently available by looking here. ActiveState typically tests the modules before they list them as 'available', so you are almost sure that they will work. Use PPM (Perl Package Manager) to get the ActiveState modules.

    Celebrate Intellectual Diversity

      Yup! If you check out their press release from just before Christmas, they released ActivePerl 5.6 Build 623. You need to install this new version to be able to use the new repository mentioned by InfiniteSilence.

      It's quite neat - now we can use ppm (or vpm for the priviliged ones :) to download and install over a thousand modules. blah blah blah.

      It's great. Although I had to reboot my machine after installing :( tsk. tsk.

      I am tired. I gotta go sleep.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-25 14:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found