Re: I'm a Nebie to PERL

2003-08-14 Thread R. Joseph Newton
Rob Dixon wrote: But the version he already has installed is free too, and there's probably nothing wrong with it! So, thaz more important does Kenneth still is looking in this thread, rather than me. I am not sure if he gave me further reply or not. But I sure that if he think have to

Re: I'm a Nebie to PERL

2003-07-31 Thread Rob Dixon
Li Ngok Lam wrote: - Original Message - From: Rob Dixon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 5:44 AM Subject: Re: I'm a Nebie to PERL [snap] It ran and just listed the contents of the helloworld.pl file. PERL ran but the .pl program didn't

Re: I'm a Nebie to PERL

2003-07-31 Thread Li Ngok Lam
I'm still puzzled as to how Kenneth managed to get a listing of his program out of a Perl command. Let us know how you're getting on Kenneth, if you're still watching this thread. Hi Rob and Kenneth, I still watching in this thread, but I am not sure did I missed something in this thread.

Re: I'm a Nebie to PERL

2003-07-31 Thread Rob Dixon
Li Ngok Lam wrote: I'm still puzzled as to how Kenneth managed to get a listing of his program out of a Perl command. Let us know how you're getting on Kenneth, if you're still watching this thread. Hi Rob and Kenneth, I still watching in this thread, but I am not sure did I missed

RE: I'm a Nebie to PERL

2003-07-30 Thread Hanson, Rob
It ran and just listed the contents of the helloworld.pl file. PERL ran but the .pl program didn't. Are you sure it didn't run? You said it was under the default-web-app directory, so probably all it does is print a bunch of stuff to the console (or browser). Did you look at the code? What

Re: I'm a Nebie to PERL

2003-07-30 Thread LI NGOK LAM
First, your Perl is not a complete version of Perl. You just have the compiler of Perl. You almostly missed some very important modules such as strict, warnings, CGI..etc. And second, your Perl is out of dated. for Win32 OS, Perl is up to 5.8.0 now. So go to

Re: I'm a Nebie to PERL

2003-07-30 Thread Rob Dixon
Li Ngok Lam wrote: KENNETH JANUSZ wrote: Platform: DELL 8200 with XP Prof. SP1 and Oracle 9.2 with the test DB. I'm new to PERL and need some guidance on getting to run on my PC. The PERL files were installed when I implemented Oracle 9.2. I didn't add any other code. My PERL

Re: I'm a Nebie to PERL

2003-07-30 Thread Li Ngok Lam
- Original Message - From: Rob Dixon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 5:44 AM Subject: Re: I'm a Nebie to PERL [snap] It ran and just listed the contents of the helloworld.pl file. PERL ran but the .pl program didn't. Any idea how