It is in INTERNET.PM file which will be found in [PERLHOME]/SITE/LIB/WIN32
folder.
The line that it is failing is 1137 which has the following statement:
$_[1] = _new($newhandle);
Please refer to the Internet.pm file and browse down to 1137 line.
Any idea, if this is a bug in recent v
> >>> Uhh, what's a mullisecond? ;)
>
>
> A fundamentalist millisecond.
>
Hmm, I'll have to "mull" that one over.
[EMAIL PROTECTED]
All opinions are my own and not necessarily those of my employer
>
___
Perl-Win32-Users mailing list
[
On Fri, 16 Nov 2001, Jeffrey wrote:
> Uhh, what's a mullisecond? ;)
>
> --- Carl Jolley <[EMAIL PROTECTED]> wrote:
> > Or if you'd like your sleep time to be in
> > mulliseconds you can
> > use Win32::Sleep(), assuming you're using a Win32
> > OS.
>
It is a unit of time that you use when you wan
On Fri, 16 Nov 2001, Michael Gross wrote:
> Hello
> I have problems with tell. I use Active Perl 5.6.1.630 on Win98. My
> program works
> well in Linux but on Windows I have problems. I reduced it to the
> following behavior:
>
> my $fh = new FileHandle;
> $fh->open("< $filename");
> print tell($
Hi Paul
> This is a bit off-topic, but I would like the benefit of the expertise
> here
> on another question.
>
> I am tired of using Microsoft Outlook as my email/contacts/scheduling
> software (for a whole variety of reasons). I own Eudora, and could go
> back
> to that, but that only solves
David Edrich wrote:
> Thanks I'm always looking for documentation. I tried the
> process::create function they mentioned there without it working.
>
> If I ran notepad by doing:
>
> Win32::Process::Create($ProcessObj,
> "D:\\winnt35\\system32\\notepad.exe",
>
Hi, I wonder how can I know if a process for exemple dhcpd is running and if it
is how can I kill it in Perl.
Thanks
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
> Hi!
>
> I have this code and it works to send mail but I dont receive the message
> body.
>
>
> use CGI ':standard';
> use Net::SMTP;
>
> $sever= 'mail.anyhost.com';
> $from= '[EMAIL PROTECTED]';
> $to= '[EMAIL PROTECTED]';
> $subject= 'test';
> $body='this is a test';
>
> $objMail=Net::SMT