Memory.bundle will not compile.

2013-12-12 Thread Alan Fry
I have a script which runs fine on OS 10.6.8 but fails on 10.7.2. The error message is this: inline: Screen Shot 2013-12-12 at 14.37.31.png the script itself begins: #!/usr/bin/perl use PDF::API2; use Mac::OSA; and the error occurs at 'use Mac::OSA;' Any help would be appreciated. Alan Fry

MacOSX-File-0.71

2011-01-16 Thread Alan Fry
. Alan Fry

Re: location of 'com.apple.versioner.perl'

2010-07-10 Thread Alan Fry
On 9 Jul 2010, at 18:27, Chris Devers wrote: On Fri, Jul 9, 2010 at 6:42 AM, Packy Anderson packyander...@gmail.com wrote: On Fri, Jul 9, 2010 at 6:39 AM, Alan Fry a...@afco.demon.co.uk wrote: However for the life of me I cannot find the file 'com.apple.versioner.perl.plist

location of 'com.apple.versioner.perl'

2010-07-09 Thread Alan Fry
(above) irrespective of the OS (and/or) Perl versions? Suggestions would be most gratefully received. Alan Fry

Re: Perl install problems OSX 10.4.11

2009-09-14 Thread Alan Fry
it is not in the list, then add it to @INC. I hope these notes might be helpful to someone relatively unused to Perl and apologise if I appear, so to speak, to be trying to teach my grandmother to suck eggs... Alan Fry (PS I am afraid I shall be away for ten days from tomorrow and unable to respond

Re: Sudden death of PDF::API2

2009-02-16 Thread Alan Fry
problems with Perl I fear we may yet see some more bugs emerging from the woodwork as time goes on. I am most grateful for your help, Kind regards, Alan Landry Le 15/02/09 12:10, « Alan Fry » a...@afco.demon.co.uk a écrit : I have an Intel MacPro running Mac OS X 10.5.6 (Perl 5.8.8

Sudden death of PDF::API2

2009-02-15 Thread Alan Fry
permissions' which has not altered the situation and run out of ideas of what to do next. I would be most grateful if anyone could help. Alan Fry

Installing PerlMagick-6.32

2008-02-07 Thread Alan Fry
what to do to resolve this problem. Regards, Alan Fry

Term-Gnuplot0.9030905 installation

2006-12-20 Thread Alan Fry
::Gnuplot or any suggestions what to do? Alan Fry

Problems installing latex2html

2006-11-09 Thread Alan Fry
are '-rwxr-xr-x' (FWIW). I would be grateful if anyone can throw any light on this (what image is not found for instance) or suggest what to do next. Again apologies if this is too far away from Perl on Mac OS X. Alan Fry

Re: Terminal (spurious command line) problem

2006-04-19 Thread Alan Fry
have stayed with the original version of the '.plist', edited with Property List Editor and all seems to be well. Again thank you all very much for your prompt help and advice which will no doubt prove very useful to many folk in a similar pickle. Alan Fry

Terminal (spurious command line) problem

2006-04-18 Thread Alan Fry
. I would be deeply grateful to anyone for some clues as to where to look or what to do to mitigate the nuisance (and apologise if this is too far off-topic for this list). Alan Fry

Re: Faxing

2006-01-25 Thread Alan Fry
On 25 Jan 2006, at 10:32, Robert Whittle wrote: Thanks for the detailed and useful info provided. When using the efax approach described, is there any record available anywhere that tells you whether or not the fax was successfully sent or not? Options to retry if the number is busy ?

Re: Faxing

2006-01-24 Thread Alan Fry
On 23 Jan 2006, at 17:34, Bill Stephenson wrote: On Jan 23, 2006, at 5:09 AM, Alan Fry wrote: I was intrigued by the original question and have done some experiments on this G4 running Mac OS X 10.4.4. snip Wow, thanks for sharing what you've learned! Admittedly, I haven't had much

Re: Faxing

2006-01-23 Thread Alan Fry
spiel. Alan Fry On 18 Jan 2006, at 09:10, Robert Whittle wrote: I managed to get perl to send faxes using the 'fax' front-end program, but never satisfactorily. I had to use root user to send faxes and I never managed to send any faxes that has graphics in the. In the end I installed

Re: Cron Progress Bar in OSX

2003-10-21 Thread Alan Fry
application which one would be hard pushed to better. 'CamelBones' looks attractive for the kind of GUI one used to be able to do so easily with MacPerl. I have not found any documentation apart from the three How To's on the CB site. Can anyone help? Alan Fry

Re: Cron Progress Bar in OSX

2003-10-15 Thread Alan Fry
At 9:48 am -0600 14/10/03, Doug McNutt wrote: At 00:16 +0100 10/14/03, Alan Fry wrote: do shell script /Users/alanfry/Desktop/backatcha.pl results in the error: ...backatcha.pl:perl:bad interpreter:Permission denied do shell script is misnamed as are a lot of other commands

Re: Cron Progress Bar in OSX

2003-10-14 Thread Alan Fry
At 9:00 am -0600 13/10/03, James Reynolds wrote: This is one way to do it: on open these_items repeat with this_item in these_items set the_path to POSIX path of this_item set result to do shell script /Users/james/backatcha.pl \ the_path \ display dialog result end repeat end open

Re: Cron Progress Bar in OSX

2003-10-14 Thread Alan Fry
Tue, 14 Oct 2003 08:38:22 +0100 John Delacour wrote: At 12:16 am +0100 14/10/03, Alan Fry wrote: do shell script /Users/alanfry/Desktop/backatcha.pl results in the error: ...backatcha.pl:perl:bad interpreter:Permission denied The script runs fine from the Terminal with the command 'perl

Re: Cron Progress Bar in OSX

2003-10-13 Thread Alan Fry
James Reynolds wrote Thu, 9 Oct 2003 08:38:24 -0600: I have been writing an extremely lightweight Cocoa utility (10 lines of code about) that displays a dialog box with a barber pole and some message. It isn't quite done yet (I don't like the way it looks). It is intended to be launched by a perl

Re: Cron Progress Bar in OSX

2003-10-13 Thread Alan Fry
Doug McNutt wrote Thu, 9 Oct 2003 05:40:58 -0600: At 10:46 +0100 10/9/03, Alan Fry wrote: I have a MacPerl script I am trying to transfer from OS9 to OSX. There are two problems: cron cron needs to point, with a full path, to an executable, That is, something with the x permission bit set

Re: Cron Progress Bar in OSX

2003-10-13 Thread Alan Fry
At 9:00 am -0600 13/10/03, James Reynolds wrote: This is one way to do it: on open these_items repeat with this_item in these_items set the_path to POSIX path of this_item set result to do shell script /Users/james/backatcha.pl \ the_path \ display dialog result end repeat end open

Cron Progress Bar in OSX

2003-10-09 Thread Alan Fry
to replace the MacPerl Progress Bar in OSX perl. I would be grateful for guidance. Alan Fry