in reply to Connecting two scripts
If this is intended for a *nix platform, you need to fix up the shebang:
#!/usr/bin/perl
You missed the "!".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Connecting two scripts
by mamawe (Sexton) on Aug 15, 2007 at 11:14 UTC | |
by madox (Novice) on Aug 15, 2007 at 17:26 UTC | |
|
Re^2: Connecting two scripts
by madox (Novice) on Aug 15, 2007 at 16:54 UTC | |
by madox (Novice) on Aug 15, 2007 at 18:01 UTC |