Re: Path problem

2003-12-15 Thread Tim Warner
#results file open (TARGETFILE, ">> $resultpath") or die "Couldn't open $resultpath for writing: $!\n"; ... etc snipped Thanks for your help. --Tim ^^ Tim Warner mailto:[EMAIL PROTECTED] -- *---* mailto:[EMAIL PROT

Path problem

2003-12-15 Thread Tim Warner
") or die "Couldn't open $resultpath for writing: $!\n"; ... etc snipped >> Thanks for your help. --Tim ^^ Tim Warner mailto:[EMAIL PROTECTED] ^^ Salty Dog currently at the bottom of the sea. ^^

Re: Can I run one Perl script from another ?

2003-10-02 Thread Tim Warner
Thanks to JD and Peter as well! I think "system" doesn't work with MacPerl, but when I switch this project over to OS X : ) Gratefully, Tim

Re: Can I run one Perl script from another ?

2003-10-02 Thread Tim Warner
w print "hello test1.pl"; do 'test2.pl'; === test2.pl #!/usr/bin/perl -w print "hello test2.pl"; === output resulting from running test1.pl hello test1.pl hello test2.pl -- ^^^^^

Can I run one Perl script from another ?

2003-10-01 Thread Tim Warner
Having spent hours trying to find a simple answer (learning lots along the way), I'm still hoping that there is a simple answer: Can I run one Perl script from inside another? I have a large set of scripts that I usually run one-at-a-time, but I want to create a controlling script so that I can

Launch SEA file from IE with Perl ?

2002-02-14 Thread Tim Warner
from within the browser is to use Java, and I have absolutely no knowledge or experience of Java. (And, 'natch, don't have much time to learn it for my project.) Any thoughts? Thanks, Tim -- ^^^^^^^^^^ Tim Warne