At 05.59 10/28/97, Matthias Ulrich Neeracher wrote: >------- Forwarded Message > >From: Monica Zorraquin <monica@bildbasen.kiruna.se> > >Hi! > >I need the Mac::Files module to run a script to encode to binhex. > >Where can I find this module? > >Thanks for your answer, > >Monica Zorrakin > >- -- > JMS Bildbasen i Kiruna AB, Bjvrkplan 6G - 981 42 Kiruna > Tel: 0980-836 80 - Fax: 0980-100 85 > >***** Want to unsubscribe from this list? >***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch There is a Convert::Binhex module on CPAN (by Eryq), and Paul Schinder has a Mac::Conversions module which uses Convert::Binhex to do various Mac conversions. use Mac::Conversions; $converter = Mac::Conversions->new; $converter->binhex("path:to:MacPerl"); $converter->debinhex("path:to:MacPerl.hqx"); $converter->macbinary("path:to:Shuck"); $converter->demacbinary("path:to:Shuck.bin"); $converter->macb2hex("path:to:MacPerl.hqx"); $converter->hex2macb("path:to:MacPerl.bin"); Paul, how come this isn't on CPAN? Regardless, you can pick it up from his web site at: http://mors.gsfc.nasa.gov/MacPerl.html -- Chris Nandor pudge@pobox.com http://pudge.net/ %PGPKey=('B76E72AD',[1024,'0824 090B CE73 CA10 1FF7 7F13 8180 B6B6']) #== MacPerl: Power and Ease ==# #== Publishing Date: Early 1998. http://www.ptf.com/macperl/ ==# ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch