in reply to Re^3: Command line question
in thread Command line question
So this is working code that does what it's supposed to, but I'm having trouble totally seeing what it does. I'd like to actually get the .depend file before the Perl script, then again after it to compare ... it may shed some light for me.
So what you're thinking is that each instance of ${something} is actually some value, stored in ${something} being passed in to the Perl script? Is that roughly correct?
Finally, could the $${OBJECT} be right? Could it be substituting the value of ${OBJECT}, with a preceding "$" sign into the code, to be read and interpreted by the shell?
I may be way off and talking over my head too, if it doesn't make sense, don't try to make it as it's probably wrong.
Thanks!
~Jack
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Command line question
by kyle (Abbot) on Jun 19, 2008 at 18:58 UTC |