Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Trouble using a Win32 file path in an array

by Marshall (Canon)
on Sep 28, 2009 at 18:14 UTC ( [id://797974]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\PROJECTS\xyz2009>cd c:/projects
    The system cannot find the path specified.
    
    C:\PROJECTS\xyz009>cd c:\projects
    C:\PROJECTS>
    
  2. or download this
    C:\>
    C:\>cd projects/replyto
    C:\PROJECTS\replyto>
    
  3. or download this
    C:\PROJECTS\replyto>cd c:/projects
    The system cannot find the path specified. (didn't work)
    C:\PROJECTS\replyto>cd c:\projects         (does work)
    C:\PROJECTS>
    
  4. or download this
    C:\PROJECTS>type testing/test.pl    (doesn't work)
    The syntax of the command is incorrect.
    ...
    C:\PROJECTS\testing>
    C:\PROJECTS>cd /testing            (works)
    C:\PROJECTS\testing>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 06:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found