On 6/25/03 at 10:32 AM, [EMAIL PROTECTED] (Susan Aurand) wrote:

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

$dir='//ITC/home/techs';

see perlop manpage regarding quotes and interpolation

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to