Re: Ok with perl 5.8.3 on win2000, nok with perl 5.8.7 on winXP

2006-02-15 Thread DonKiShoot
- No ... In my first case who works i see in the header of gui.pm : # Win32::GUI - Perl-Win32 Graphical User Interface Extension # 29 Jan 1997 by Aldo Calpini <[EMAIL PROTECTED]> # Version: 0.0.558 (15 Jan 2001) - In my second case i see in the header of gui.pm : # Version: 1.02 (10 July 2005) (b

Win32::API Help

2006-02-15 Thread Bullock, Howard A.
I can't seems to get the API call to work. Can someone give me some guidance? use Win32::API; use strict; my ($domains, $domaincount); my $DsEnumerateDomainTrusts = new Win32::API('Netapi32', 'DsEnumerateDomainTrusts', 'PNPP', 'N'); if(not defined $DsEnumerateDomainTrusts) { die "Can't import

Re: [aswin32] Ok with perl 5.8.3 on win2000, nok with perl 5.8.7 on winXP

2006-02-15 Thread DonKiShoot
Thank you all, it's ok now. I put the code out of the subroutine as suggest me Rob : sub create_icoMenu { $icoMenu = Win32::GUI::MakeMenu("TrayIconMenu" => "TrayIconMenu", " > &Config" => "Config", " > &About" => "About", " > E&xit" => "Exit" ); return 1; } sub icoTrayIcon_RightClick {

OT: website providers

2006-02-15 Thread Ross Matt-QMR000
Hello fellow programmers I would like to write some code for my local soccer association to covert their Lovely Excel schedules into something readable on the web. The Problem is, I do not know of any USA web space providers that have Perl. truth be told I don't know of any company names. I guess

Re: OT: website providers

2006-02-15 Thread Jim Agnew - Department of Neurosurgery, VCU Medical Center
What you ought to do is do the convert to web on your side, and upload it.. One could script it to the point that they click on it after doing the Excel, or put it all in ONE .bat file so they can do both functions, that way the Excel files do not have to be hosted also.. Jim Ross Matt-QMR00

Re: OT: website providers

2006-02-15 Thread $Bill Luebkert
Ross Matt-QMR000 wrote: > Hello fellow programmers > > I would like to write some code for my local soccer association to > covert their Lovely Excel schedules into something readable on the web. > The Problem is, I do not know of any USA web space providers that have > Perl. truth be told I don'

RE: website providers

2006-02-15 Thread Giuoco, Aaron
OnSmart will probably be good for what you want to do: http://www.onsmart.com/linux.htm $90/year I've been using these guys for about a year now and they've been pretty good. AG > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Ross Matt-QMR000 > S

RE: OT: website providers

2006-02-15 Thread Jerry Kassebaum
Matt I use seanic.net. They have been very helpful. For cgi files you will have to ftp your programs to them, and use telnet to change your permissions. Let me know if you need help. Jerry ___ Perl-Win32-Users mailing list Perl-Win32-Users@listser