RE: http headers

2002-04-23 Thread Timothy Johnson
I don't use Perl for web stuff myself, but just from hearing other people talk, you might want to look into the LWP modules and CGI. -Original Message- From: Conan Chai To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 4/23/02 9:07 PM Subject: http headers hi, are there any perl modules

RE: Split input on whitespace

2002-04-04 Thread Timothy Johnson
Because you don't have any print statements to STDOUT? -Original Message- From: Bruce Ambraal [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Split input on whitespace Why does my code not write the splitted words to

RE: The LinkExtor.pm module (Wow! its very quiet in here) Anybodyout there!!!

2002-03-24 Thread Timothy Johnson
I don't know myself, but FYI it's always pretty quiet on Sundays. -Original Message- From: Bruce Ambraal To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: 3/24/02 9:37 AM Subject: The LinkExtor.pm module (Wow! its very quiet in here) Anybodyout there!!! Hi friends I call you all frien

RE: Sort of Conceptual, Syntax, and modules related questions

2002-03-23 Thread Timothy Johnson
Oops! The exclamation point in number 7 was a typo. -Original Message- From: Timothy Johnson To: 'Connie Chan '; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 3/22/02 1:59 PM Subject: RE: Sort of Conceptual, Syntax, and modules related questions 1. It will only read the

RE: Sort of Conceptual, Syntax, and modules related questions

2002-03-23 Thread Timothy Johnson
1. It will only read the first line. The time you want to be careful with <> is when you are assigning it to a list. For example, @myarray = ; will assign the entire contents of the file, while $myscalar = ; will assign only the first line. 2. In Windows, the endline character is interpreted

RE: AdminMisc::SetEnvVar

2001-12-13 Thread Timothy Johnson
I have been using this function without a problem for a few months on my users... Is it really not changing the Environment variable, or is it not changing it for a console window that you have open? What I mean is that I have noticed that if I have a console window open when I use Win32::AdminM