Re: Pashua Aqua Dialogue GUI

2003-11-07 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Gary Blackburn) wrote: I've downloaded it and checked out the Perl example; there's two parts, a Pashua binary and a Pashua.pm module. Put Pashua.pm in @INC somewhere and the Pashua binary in your OS X Applications folder and you're in

Re: Newcomer with a few questions

2003-11-07 Thread Jay Young
Hi Chris, Thanks very much for your example below. It works very well on my machine! :-) Also, thanks for maintaining MacPerl. It's an excellent application and I find it very convenient for testing code quickly and easily. Is there any chance that MacPerl will ever be written as an OS X

Re: Newcomer with a few questions

2003-11-07 Thread Paul McCann
John wrote... The trouble is that it takes an age for the libraries to be loaded, the events to be compiled and for the dialog to appear: #!/usr/bin/perl use MacPerl; $phone = MacPerl::Ask(Enter your phone number:); Hmm, must depend crucially on the machine: on this dual 1G thing I'm

Re: Newcomer with a few questions

2003-11-07 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (John Delacour) wrote: The trouble is that it takes an age for the libraries to be loaded, the events to be compiled and for the dialog to appear: #!/usr/bin/perl use MacPerl; $phone = MacPerl::Ask(Enter your phone number:); I don't

Re: Newcomer with a few questions

2003-11-07 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jay Young) wrote: Also, thanks for maintaining MacPerl. It's an excellent application and I find it very convenient for testing code quickly and easily. Is there any chance that MacPerl will ever be written as an OS X Native app? No,