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,

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] Fo

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]

using an AND operator

2003-01-11 Thread Susan Aurand
Is there an AND operator in perl? For example; if ($SRF=1 and $SRL=1) {print"YES";) Any help would be appreciated. Thank you - 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 Evan