Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: doublequoted commands inside backticks on windows, perl 5.6

by emgrasso (Novice)
on Oct 28, 2004 at 18:40 UTC ( [id://403483]=note: print w/replies, xml ) Need Help??


in reply to Re: doublequoted commands inside backticks on windows, perl 5.6
in thread doublequoted commands inside backticks on windows, perl 5.6

No, it is not a directory you are misreading the \" at the end of the command name:
"c:\path\cleartool" -fmt "%[owner]p" vob:. #outside perl
\"c:\\path\\cleartool\" -fmt \"%[owner]p\" vob:. #inside perl
The problem is that something is eating the first quote at the beginning of the line and the second quote in the parameter section, instead of either eating matching quotes or leaving them alone.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found