At 14:53 +0200 2000.07.28, Peter Hartmann wrote: >On Thu, 27 Jul 2000 10:11:42 -0400, Chris Nandor <pudge@pobox.com> wrote: > >[snip] > >Very instructive! Thank you! > >I wonder, however, what the warning > ># Macintosh HD:Desktop Folder:#!perl -w use Mac--FilŠ-Clip syntax OK ># Can't call method "dd_uninstall" without a package or object reference. >File 'Macintosh HD:Desktop Folder:#!perl -w use Mac--FilŠ-Clip'; Line 32 ># END failed--cleanup aborted. > >is supposed to mean. > >Line 32 is > >END { > $glue->dd_uninstall; > >Why should END get executed - as it seems - when doing nothing more >than a syntax check? Aha. You just did a syntax check, which apparently does try to execute END blocks. I didn't realize that. It won't affect the actual execution of the program, though. -- Chris Nandor | pudge@pobox.com | http://pudge.net/ Andover.Net | chris.nandor@andover.net | http://slashcode.com/ ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-toolbox-request@macperl.org