Re: Net::cmd and dialog

2009-12-14 Thread Serguei Trouchelle
Jeff Saxton wrote: use Expect; There's no Expect for ActivePerl. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: How do I create arrays in OO format?

2009-11-13 Thread Serguei Trouchelle
and then perldoc perlcritic -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Text Encrypt and Decryption

2009-10-20 Thread Serguei Trouchelle
of changes, so at least you can see what was changed. 3. setup file system security, so other users wouldn't change anything that belongs to you. Doesn't protect from users with administrative accounts. -- Serguei Trouchelle ___ Perl-Win32-Users

Re: Resolve hostname by specified nameserver

2009-10-20 Thread Serguei Trouchelle
rocku wrote: I am aware about Net::DNS, but unfortunately I cannot use it because it's not standard in ActivePerl 5.10. Is there any reason not to run ppm install Net::DNS to install it? -- Serguei Trouchelle ___ Perl-Win32-Users mailing list

Re: not working action=cgi-bin/*.cgi with perl

2009-09-16 Thread Serguei Trouchelle
Trailing slash: /cgi-bin/form1.cgi Kprasad wrote: Could you tell me that why below mentioned line not working FORM ACTION=cgi-bin/form1.cgi ACCEPT=text/xml ENCTYPE=multipart/form-data METHOD=POST -- Serguei Trouchelle ___ Perl-Win32-Users

Re: not working action=cgi-bin/*.cgi with perl

2009-09-16 Thread Serguei Trouchelle
Sorry, leading, of course (never type before you think! :) Serguei Trouchelle wrote: Trailing slash: /cgi-bin/form1.cgi Kprasad wrote: Could you tell me that why below mentioned line not working FORM ACTION=cgi-bin/form1.cgi ACCEPT=text/xml ENCTYPE=multipart/form-data METHOD=POST

Re: need help from a new hand for perl

2009-08-19 Thread Serguei Trouchelle
://www.mingw.org/wiki/msys It contains rm, cp and other unix-like commands. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: GUI based perl

2009-07-30 Thread Serguei Trouchelle
I'd say Tkx because Tk is no longer developed. Also, wxPerl (and Cava Packager) may be an interesting alternative to Tk*. mohammed.must...@wipro.com wrote: Use perl *TK *utility. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32

Re: No performance hit by compressing + encrypting data(?)

2009-07-28 Thread Serguei Trouchelle
interpreting DProf results incorrectly? No, you are correct. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Perl and memory...

2009-07-28 Thread Serguei Trouchelle
not exactly sure how Perl handles all this stuff. Perlthrtut should have that kind of information. Who maintains that? perl5_porters, I believe. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe

Re: Perl and memory...

2009-07-28 Thread Serguei Trouchelle
the script I sent in previous message to check how threads work on Solaris. If they actually free memory on thread completion, it would be good. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe

Re: Perl and memory...

2009-07-24 Thread Serguei Trouchelle
= time; sub func { my @b; for (my $i=0;$i500;$i++) { $b[$i] = 'Perl';} undef @b; print '@b memory returned..'; print $time - time, sec\n; } func; print $time - time, sec\n; func; print $time - time, sec\n; func; print $time - time, sec\n; print end ...\n; -- Serguei Trouchelle

Re: ppm file question

2009-07-16 Thread Serguei Trouchelle
install XML::Validate::Xerces, and ppm will install XML-Validate for you. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Older version of CAM::PDF ( 1.13)

2009-06-21 Thread Serguei Trouchelle
Build.PL, Build test and Build install. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: LWP::UserAgent 'Ordinal not Found'

2009-06-10 Thread Serguei Trouchelle
to perl/bin, it's (very probably) Randy's repository, and Crypt::SSLeay from there is definitely working. Try to find older dlls on your system. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com

Re: Advice requested, porting unix perl app to windows

2009-06-03 Thread Serguei Trouchelle
case. If Apache is allowed by that paradigm, you may want to setup server on Apache+SSL, serving cgi/mod_perl requests by client, based on libwww-perl. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com

Re: Net::SSH2 v0.18

2008-11-05 Thread Serguei Trouchelle
builds prior to 822 are not fully binary-compatible with recent versions. The Net::SSH:W32Perl functionality is still working as well so maybe now I can finally get things switched over. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl

Re: [SPAM] Re: NET SSH2 ppm for 5.10

2008-09-26 Thread Serguei Trouchelle
that on UWinnipeg) and Zlib1.dll 1.2.3. I've failed to build static version (MSVC doesn't seem to be happy with static versions). Should not be a problem, as I drop everything existing in UWinnipeg from my repository (well, a robot drops actually). Anyway, thanks for pointing this out. -- Serguei

Re: NET SSH2 ppm for 5.10

2008-09-25 Thread Serguei Trouchelle
Michael Ellery wrote: does anyone know of a source for a NET::SSH2 ppm for 5.10? I managed to get this from uwinnipeg for 5.8, but ppm is telling me it can't find it in the 5.10 repository (now that I've upgraded). Try this: ppm install http://trouchelle.com/ppm10/Net-SSH2.ppd -- Serguei