Re: Mixing MacPerl and Glue causes Halucinations

2004-06-12 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Alan Olsen) wrote: If you uncomment the Mac::Glue line, it will no longer be a graphical UI, but a text one on the console. Sorry about that, when I reorganized some code into Mac::Glue::Common I left this line always on: $MacPerl::Target

Mixing MacPerl and Glue causes Halucinations

2004-06-11 Thread Alan Olsen
here is a short Perl program: #!/usr/bin/perl #use Mac::Glue; use MacPerl; $val = MacPerl::Answer(Pick your function,Edit Program, Receive Program, Send Program); Now if you run this you get a graphical UI dialog box. If you uncomment the Mac::Glue line, it will no longer be a graphical UI, but