in reply to Need help using Perl -e in C shell
The problem arises from the character "!", which is special for some shells, and seemingly for your C shell.
I really wonder why you aren't using a separate file or a here-document in your shell script (if C shell supports them). ... And why you're using C shell at all ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need help using Perl -e in C shell
by agidden (Novice) on Apr 27, 2005 at 21:03 UTC |