Re: Can map share...sometimes?

2003-08-06 Thread Carl Campbell
Well, what is the exact error message that you're getting? (hint: perl -w) - Original Message - From: Burns, Tom (Consultant) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 6:22 AM Subject: RE: Can map share...sometimes? ug.I created a typo in the code

RE: Can map share...sometimes?

2003-08-06 Thread Burns, Tom (Consultant)
ug.I created a typo in the code snipet I showed everyone hereThey are correct in the real code Any clues what the mapping problem could be? -Original Message- From: Peter Guzis [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 5:32 PM To: [EMAIL PROTECTED] Subject: RE: Can

RE: CGI Script permissions to call scripts on another server

2003-08-06 Thread Farrington, Ryan
Title: Message Michael, The user that apache runs as is the user you need to give access to that share... ex: my machine runs apache as a domain account. If I give that user access to a network share I can access the files in it... -Original Message-From: Rafala, Michael

Re: test the existence of a file or a directory

2003-08-06 Thread $Bill Luebkert
Chien-Lung Wu wrote: Hi, In the bash, I can test a file or a directory by following: if [ ! (-f a_filename)]; then do_something_for_this_file fi if [ ! (-d a_dirname)]; then do_something_for_this_dir fi How can I do the

Extracting source from exe's

2003-08-06 Thread Mark A. Chalkley
I know this has been discussed before, but I can't find it... Does anyone know if there's a way to extract the source code from an exe built with PerlApp? I was in the middle of doing a backup when my hard drive crashed. Result: both of them trashed. First time in over 20 years of programming