in reply to Re: Double double quoting - nested macro calls
in thread Double double quoting - nested macro calls
Thanks for the reply guys... haven't got code examples to hand I'm afraid. Something I was trying to get sorted in work today and finished for the weekend.
Basically a hierarchy of macros:
1) run a command on a remote machine & validate output etc.
2) Under the covers this calls another macro that rsh's and calls a small little standalone perl program to do what we want on the remote machine.
3) This standalone perl program then adds a string to a file.
So at each level a set of double quotes in essence is removed... so I suspect I need to pad out with "extras" to allow for the hierarchy?
By the time we get to the standalone perl program its essentially getting a
print This is the test string
rather than
print "This is the test string"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Double double quoting - nested macro calls
by Anonymous Monk on Apr 23, 2011 at 01:21 UTC | |
|
Re^3: Double double quoting - nested macro calls
by SitrucHtims (Novice) on Apr 23, 2011 at 07:03 UTC |