in reply to Building standalone application with Perl Dev Kit 6 fails, but script works

When I tried to run your code, I got
Not a SCALAR reference at C:\calls\Perl-4.pl line 10.
The line that failed was:
$top -> title('cor-techs.net Drop Zone');$
I'm not sure if the trailing $ was just a typo or not but the code won't run at all with it there.

Replies are listed 'Best First'.
Re^2: Building standalone application with Perl Dev Kit 6 fails, but script works
by gammaX500 (Novice) on Nov 16, 2004 at 21:44 UTC
    Yes, sorry, a cut and paste error, just to make the code a bit briefer. The script now runs ok - Thanks! A