Susan,
   Since everything you wrote only contains forward slashes ('/'), I am
a bit confused as to what you are trying to do.  Are you trying to
convert the forward slashes to back slashes ('\')?

  $dir =~ s!//!\\!g;

  
  Please clarify what you are trying to do:(

Kristofer
--- Susan Aurand <[EMAIL PROTECTED]> 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
> 
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


=====
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d s+:++ a C++ UL++ US+ P+++ L++ 
W+++ w PS PE t++ b+ G e r+++ z++++
------END GEEK CODE BLOCK------

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to