[EMAIL PROTECTED] (Wilfredo Sanchez) wrote:
> You might try launching Console and seeing if any errors are being
> emitted by your script.
> Be sure to run it also while creating the drop app and se if there
> were error there as well.
No errors while creating the droplet, but here's what Console
said when I tried using it:
2002-02-05 13:03:03.640 DropScript[386] Task create for path
/Volumes/Lilian Francis/CTY/CDE tasks/web logs/Droplogmaker.app
/Contents/Resources/script failed.
FWIW, here's the first 4 lines of my script.
#!perl -w
# use strict;
$/ = "\012"; # Unix linefeeds
while ( <> ) {
...remainder deleted for brevity...
-F.