in reply to Net::IRC to send a kill command

Net::IRC creates a number of Net::IRC::Connection objects which control the actual sockets. There's a method in Net::IRC::Connection called sl which takes a single parameter, the string you wish to submit "raw" to the server. As the documentation for this module is very scarce, my suggestion to you is UTSL.

Hope this helps.

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1