The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
// launcher.h

@interface SDLPerlMain : NSObject
- (void) launchPerl: (NSString*) script;
- (void) applicationWillFinishLaunching: (NSNotification*) note;
- (void) applicationDidFinishLaunching: (NSNotification*) note;
- (void) setupWorkingDirectory: (BOOL) changep;
@end

@interface SDLPerlApplication : NSApplication
- (void) terminate: (id) sender;
@end