Adding pod to the ActiveState HTML documentation

2004-03-24 Thread Guay Jean-Sébastien
Hello, I am wondering if someone knows how to add POD documentation for a module that was installed from CPAN (and not PPM) to ActiveState Perl's HTML documentation system. I have looked through the ActiveState docs, and have not found it mentioned... I see two things that need to be done if I

RE: Increase timeout

2004-03-23 Thread Guay Jean-Sébastien
Hello, I have a very longtimerunning script, that is running on my Win2000Professional on the IIS5.0. After some time, I get a timeout and the script is aborted. How do I increase the time this script is allowed to run? My suggestion would be to keep your web server doing something while

RE: Win32::NetResources Help

2004-03-17 Thread Guay Jean-Sébastien
Hello Richard, my($share) = some\\share\\path; my(%shareinfo) = { 'RemoteName' = $share }; I believe your mistake is here. Do not use parentheses after my, except if you want to assign individual elements of a list to individual variables... Using parentheses tells my to create a

RE: Win32::NetResources Help

2004-03-17 Thread Guay Jean-Sébastien
Hello Joseph, Everything else you said was spot on, Guay; but using { } creates an *anonymous* hash (a reference). So now you have a single element hash whose key is a hash ref and whose value is undef. Just use parentheses to make a hash, where keys alternate with their values (= is just

RE: Win32::NetResources Help

2004-03-17 Thread Guay Jean-Sébastien
Hello Richard, Please reply to the list... My suggestion didn't work, and knowing that maybe someone else can go a step further. If you only reply to me others might think my suggestion worked for you since they didn't see a reply from you. Interesting thought, but I changed up the code and it

RE: PROBLEMS OF API

2004-02-25 Thread Guay Jean-Sébastien
Hello Asim, PROBLEM NO.1: IN PERL WHAT IS EQUIVALENT OF VB FUNCTION : Asc() Please don't shout, I have a headache... :-) Also, this is not a VB list. I don't even know what Asc() does in VB (though I can guess), so please instead of asking us questions in the form I know how to do this in

RE: Problem with Win32::Clipboard

2004-01-30 Thread Guay Jean-Sébastien
Hello $Bill et al, [...] # ** This part is the problem ** if (!$clip-Empty) { Empty doesn't check for empty, it clears the clipboard. So you're always going to see a null result. Just skip the if and check $input for length. my $input = $clip-Get(); [...] Yep, that was it...

RE: What about Win32-MAPI?

2003-11-20 Thread Guay Jean-Sébastien
I have been looking for it too, but no luck. The author seems to have dropped off the Earth, he doesn't reply to any mails and his site is down. The module is not available from CPAN either... You can use Win32-OLE to access the MAPI object model, but this is kludgy at best. I have made some

RE: software.log problem

2003-11-12 Thread Guay Jean-Sébastien
I guess it must be a permissions problem i.e. although I am allowed to connect, create temp files etc. Apache cannot. Does that make sense and can I fix it? If you're admin on the machine you're trying to run this on (or know who is and can convince him/her to do this) then create a new user

Win32::Console installation problem

2003-11-06 Thread Guay Jean-Sébastien
Hello, I am trying to install Win32::Daemon::Simple, which depends on Win32::Daemon and Win32::Console. I was able to build ppms myself from the CPAN distributions of Win32::Daemon and Win32::Daemon::Simple, but the problem is Win32::Console. It comes in a non-CPAN distribution zip file with an