slash question

2003-06-25 Thread Susan Aurand
If I want the following field to contain forwarded slashes - this is for a linux box, as follows. $dir=//ITC/home/techs; How do I get the forward slashes in there? I have tried: $dir ='//ITC'; $dir ='//ITC'; $dir =`//ITC`; Nothing works. Help. Thank you - Susan -- To unsubscribe, e-mail

ASN1.pm

2003-03-12 Thread Susan Aurand
I am getting an error can't locate ASN1.pm, I have tracked that down to - I need Convert-BER-1.25.tar.gz. I have downloaded the file. I cannot find the documents on this download, where to unzip and load, etc... Does anybody know. Thanks - Susan -- To unsubscribe, e-mail: [EMAIL PROTECTED

Net::LDAP.pm

2003-03-11 Thread Susan Aurand
Hello, Can anyone tell me why I am receiving an error can't locate Net/LDAP.pm in @ INC (@INC includes /usr/lib/perl5/5.6.1 etc, etc etc, etc. Thanks - Susan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Post Method versus Get Method

2003-01-07 Thread Susan Aurand
I know the POST Method the data is sent to STDIN, and GET method the data is attached to the URL and then submitted. When and why would you want to use the GET method versus the POST method. Is is because of firewalls? or what? I would appreciate any input on this subject. Thank You. Susan

Security Issue needing correcting

2001-07-26 Thread Susan
enough and would like to fix that part. If anyone knows how to do this, that would be great. Here is the word.pl that has the script... Thanks so much... Susan ***SCRIPT***SCRIPT***SCRIPT***SCRIPT***SCRIPT***SCRIPT*** #!/usr/local/bin/perl # word.pl use strict; use CGI

Needing a script to...

2001-07-17 Thread Susan
Does anyone know of a cgi or perl script that will work for taking the information from an online form, inputting the data onto a form on a word doc and then having that word doc form emailed to the email address? I know this can be done though I can not quite work myself through this one.