3 @interface SDLPerlMain : NSObject
4 - (void) launchPerl: (NSString*) script;
5 - (void) applicationWillFinishLaunching: (NSNotification*) note;
6 - (void) applicationDidFinishLaunching: (NSNotification*) note;
7 - (void) setupWorkingDirectory: (BOOL) changep;
10 @interface SDLPerlApplication : NSApplication
11 - (void) terminate: (id) sender;