> -----Original Message-----
> From: Tjousk [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 07, 2001 10:36 PM
> To: [EMAIL PROTECTED]
> Subject: socket()
> 
> 
> I have never used perl before today.
> I am trying to run a perl script in windows that works fine 
> in linux, but it
> keeps stopping at a socket line, giving the following message: Invalid
> argument at ./src/Irc.pl line 21, <FH> chunk 60.
> Everything that I have looked at pointe me to:
> http://www.perldoc.com/perl5.6/pod/perlipc.html
> but when I go there, I get a blank page.  Viewing the source, 
> I can see that
> the page has completed loading, but has nothing between the 
> &lt;body> and
> &lt;/body>  tags.

Try:

   http://www.perldoc.com/perl5.6.1/pod/perlipc.html

But you have all these docs installed on your system already; they
come bundled with Perl.

Try:

   perldoc perlipc
   perldoc -f socket
   perldoc IO::Socket

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to