Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Running perl on NT server

by Rhose (Priest)
on Jun 25, 2003 at 15:58 UTC ( [id://268885]=note: print w/replies, xml ) Need Help??


in reply to Running perl on NT server

Icky Windows backslashes... *Smiles* You need to double blackslash each one.

You should be able to use either of these:

find( \&mySubroutine, 'F:\\inetpub\\wwwroot'); find( \&mySubroutine, 'F:/inetpub/wwwroot');

Replies are listed 'Best First'.
Re: Re: Running perl on NT server
by Anonymous Monk on Jun 25, 2003 at 16:12 UTC
    Thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://268885]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 13:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found