Cool, this is what I've wanted to see for some time. Maybe a module called Mac::GetFile or something. Mac::FileDialogs. I dunno. Should work with StandardFile.pm and Navigation.pm. Some suggestions: * Uses Mac::StandardFile, not StandardFile.pl. * Most people don't have Mac::Navigation. Better to do something like: my $hasnavservices = do 'Mac/Navigation.pm'; Then when it comes time later: if ($hasnavservices) { Mac::Navigation->import; # ... } else { require Mac::Standard File; Mac::StandardFile->import; # ... } Also, it would be nice to extend this to do putting of files to, and maybe choosing of objects or something, too. -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org