in reply to Command line question

After removing some backslashes that shouldn't(?) be there, and running what's left through Deparse (perl -MO=Deparse -c -e ...), I got:
s[$SOURCE/$SAMS/][]g; s[$SOURCE/$SAMLIB/][]g; s[$SOURCE/$SMCLIB/][$SOURCE/$KENO/]g; if (not m[^$SOURCE/]) { s[$SOURCE/][$$OBJECT/]g; print $_; }

Does that help?


Unless I state otherwise, all my code runs with strict and warnings