Fri Jul 16 13:48:12 2010: Request 59430 was acted upon. Transaction: Correspondence added by coolspee...@gmail.com Queue: PAR Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: coolspee...@gmail.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59430 >
did this: > #!/usr/bin/perl > use Tk; > # Main Window > my $mw = new MainWindow; > my $label = $mw -> Label(-text=>"Hello World") -> pack(); > my $button = $mw -> Button(-text => "Quit", > -command => sub { exit }) > -> pack(); > MainLoop; That script works fine here, when saved as my_script.pl and then packed with pp $ pp -o my_script my_script.pl $ ./my_script this time no error but exits (no gui): $ /Volumes/NO\ NAME/my_script; exit logout [Process completed] -- /\/\ |_