RE: Free Memory

2001-12-11 Thread Peter Guzis
Exactly how much memory is your program using? How much memory does your server have? How are your scripts executed? (CGI, ASP, PerlIS, PerlEx, etc) Peter Guzis Web Administrator, Sr. ENCAD, Inc. email: [EMAIL PROTECTED] www.encad.com -Original Message- From: Mauricio Lairet P.

RE: Perl + win2k install problems

2001-12-11 Thread Dean Theophilou
Why do you need to install it from the command prompt? It's an MSI file. Go to http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl and download it again and then see what happens. DeanTheophilou -Original Message-From: [EMAIL PROTECTED]

RE: Permission woes

2001-12-11 Thread Dean Theophilou
Hello: Read pp. 88-94 of Win32 Perl Scripting--The Administrator's Handbook, by Dave Roth.Also, Dave Roth's2nd edition of Win32 Perl Programming--The Standard Extensions is, in my opinion, an absolutely necessary reference for Perl on Win32 platforms. Be that as it may, I

refferal

2001-12-11 Thread Benjamin Eagle
I wanted to see if any one could hel-p me out... I want to write a script that would find where a user came from (what URL) and if they came from a certain URL redirect them to another... or if they came from another URL send them to another URL. but it has to find where they came from

Re: what is this variable/value anyway?

2001-12-11 Thread $Bill Luebkert
Edward G. Orton wrote: I dimly remember that there is a function in perl which will tell you if a variable is a scalar, array, or hash. I tried perldoc, and a number of other things, but can't for the life of me remember what it was, or where I used it before. Suggestions? Perlfunc man

RE: what is this variable/value anyway?

2001-12-11 Thread Thiebaud Richard
Are you thinking of the ref operator, which returns the type a reference points to? -Original Message- From: Edward G. Orton [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 6:11 PM To: Perl-Win32-Users Mailing List Subject: what is this variable/value anyway? I

want to make exe

2001-12-11 Thread thiyag
i have written perl scripts using perl/tk and perl wld someone suggest me how to make exeout of this code so that it can be used in machines which dosent have perl/tk module installed thanks regards thiyag Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.comBuy Music,

Net::AIM Help

2001-12-11 Thread A12
I'm trying to get a small Net::AIM script running...I'm snagging this code from someone that says it works. When I run it, I get this error: Can't call method add_handler without a package or object reference at aim_message.pl line 5 1 use Net::AIM; 2 my $nick = motherofperlbot; 3 my $aim =

Re: want to make exe

2001-12-11 Thread Edward G. Orton
- Original Message - From: thiyag [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 10:39 PM Subject: want to make exe i have written perl scripts using perl/tk and perl wld someone suggest me how to make exeout of this code so that it can be used in machines

Re: what is this variable/value anyway?

2001-12-11 Thread Edward G. Orton
- Original Message - From: $Bill Luebkert [EMAIL PROTECTED] To: Edward G. Orton [EMAIL PROTECTED] Cc: Perl-Win32-Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 10:44 PM Subject: Re: what is this variable/value anyway? Edward G. Orton wrote: I dimly remember

RE: what is this variable/value anyway?

2001-12-11 Thread Toby Stuart
ref() is the beast u require. Toby J Stuart Senior Web Developer Figtree Systems P/L http://www.figtreesys.com.au mailto:[EMAIL PROTECTED] -Original Message- From: Edward G. Orton [SMTP:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 10:11 AM To: Perl-Win32-Users Mailing

RE: want to make exe

2001-12-11 Thread Toby Stuart
www.indigostar.com -Original Message- From: thiyag [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:40 PM To: [EMAIL PROTECTED] Subject: want to make exe i have written perl scripts using perl/tk and perl wld someone suggest me how to make exeout of this

RE: Text based menus on Win32 and *nix

2001-12-11 Thread Thiebaud Richard
Have you looked at pdcurses? http://pdcurses.sourceforge.net/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 3:53 PM To: [EMAIL PROTECTED] Subject: Text based menus on Win32 and *nix Hello all, I am currently

(no subject)

2001-12-11 Thread Jack Yang
I tried to upload a huge file through IE5.0. Since the file is huge, IE5.0 will have connection time out error before the file even gets uploaded. I added a ReceiveTimeout key in the registry and set it to be 1 hour, but IE still gets time out after 15 minutes. The web server company told me

Re: Getting Perl to fill in requested data for a dos program

2001-12-11 Thread Nathan Thern
I used to use a product called Macro Scheduler (http://www.mjtnet.com/). It uses a scripting language that's no more complex than DOS's batch language. Despite the name, what it really does is send simulated key strokes and mouse commands to the Windows OS (by that, I mean it does EXACTLY what

Re: sorting sub

2001-12-11 Thread Carl Jolley
On Mon, 10 Dec 2001, James S. Martin wrote: Hello, I'm having problems with this subroutine I'm working. What it is supposed to do is find the newest file (the date stamp from the file, collected in a different sub) from a list of files with the same name. My logic is to go through the