registering dlls through perl

2002-01-27 Thread Mauricio Lairet P.
Hi! I was wondering if there is a script available for registering/unregistering dlls in windows. I tried to write one myself using `` and system() and in both cases the IIS hangs. I'm copying all my tests codes in case someone can see an error in there. `CMD /C d:\\winnt\\system32\\regsvr32.e

Net::Pop3

2002-01-08 Thread Mauricio Lairet P.
Hi! I wanted to know if there is a way to mark messages as read with Net::Pop3. I cannot find a way to do it. Also, is there a module to create email accounts available? Does Net:Pop3 have this feature? Thanks in advance, Mauricio ___ Perl-Win32-User

Free Memory

2001-12-11 Thread Mauricio Lairet P.
Hi! I have created a store that uses SQLserver to handle data and I see my perl app is consuming too much memory. When you spend some time adding things to the shoping cart, buying or administering the app the server starts to slow down. Is it normal? Is there a way to free some memory using perl

Perl from another machine

2001-11-22 Thread Mauricio Lairet P.
Hi! I have this question. If I have perl installed on a machine under a network, can I invoque and install perl scripts from another machine or do I have to install perl in every machine that I want to use perl. Thank you in advance, Mauricio ___ Perl

How to strip windows dirs

2001-11-19 Thread Mauricio Lairet P.
Hi! I have this line for example: c:\dir\subdir\subsubdir\subsubsubdir\file.ext and another line: d:\dir\file2.ext How can I strip the root and dirs address and just keep the name "file.ext" and "file2.ext"? Thank you in advance, Mauricio ___ Perl

Sort Hashes

2001-11-15 Thread Mauricio Lairet P.
Hi! First I want ot thak you for your soon responses. Now I have a new problem. Now with hashes. I have the following hash table and I would like it to be printed in the same oreder it is created but when I print it, it changes the order I put in the hash. How can I make this hash table to print

Net:SMTP

2001-11-15 Thread Mauricio Lairet P.
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::SMTP->new($server); $objMail->mail(

Embed ASP into Perl

2001-06-08 Thread Mauricio Lairet P.
Hi! As I understand, you can insert Perl code into ASP pages by using Perlscript. But what if I need to insert a piece of ASP code into a Perl program? Is it posible? Thank you in advance Mauricio ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] ht

Deleting records from database after 5 days

2001-05-18 Thread Mauricio Lairet P.
abase. What I can't figure out is how I can run this task of deleting the record just in the exact time the order expires. Thank you in advance. Mauricio Lairet P. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.c

Problem installing DBI

2001-05-05 Thread Mauricio Lairet P.
Hi! I have used this code to install DBI in my local PC under WindowsMe: use PPM; $package='http://www.activestate.com/PPMPackages/5.6/DBI.ppd'; PPM::InstallPackage("package" => $package) or print $PPM::PPMERR; This worked just fine! But when I try to do the same on a remote server under Windo

Oracle

2001-03-23 Thread Mauricio Lairet P.
Hi folks! I wanted to ask something to you. Someone asked me to read an Oracle database but I need the software installed on my computer in order to test the database and Perl, am I right? I dont have Oracle installed in my PC, just the odbc dirver. can someones please tell me what do I need (s

Re: creating unique ID's

2001-03-05 Thread Mauricio Lairet P.
lot of email addresses and for sure a unique ID. Also, you would not have problems if more than 1000 users. Hope this helps Mauricio Lairet P. - Original Message - From: "Nikola Knezevic" <[EMAIL PROTECTED]> To: "Perl Users Mailing List" <[EMAIL PROTECTED]>