On Mon, 29 Sep 2003 03:05:05 GMT
"dpackwood" <dpackwood@earthlink.net> wrote:[color=blue]
> I have two different scripts that do pretty much the same thing. The
> main perl script is on Windows. It runs and in the middle of it, it
> then calls out another perl script that then should run on a Unix
> box I have. Both scripts run ok, except for the part when Windows
> try's to call out the Unix script. I have it set up where the Unix
> is mapped through a drive letter and can drop stuff into the Unix
> box. It is going through another server to do that. So I can see the
> script and drop files into the Unix box but just can't figure out
> why perl will not call out the script. When I call out the perl
> script through the command line of windows I get " specified path
> not found", even though I'm in that directory.
>
> Has any one done anything like this that would be willing to either
> help me or point me in the right direction to do research on it.
> Thanks[/color]
Code would be helpful :-)
So "pointers" to help you solve your own issue:
1) #!/usr/bin/perl -w on the first line :-)
2) use strict on the second line :-)
3) use diagnostics on the third line :-)
HTH
--
Jim
Copyright notice: all code written by the author in this post is
released under the GPL.
http://www.gnu.org/licenses/gpl.txt
for more information.
a fortune quote ...
There is a green, multi-legged creature crawling on your
shoulder.