basic question

2004-03-24 Thread kynan
cript copies the folder of images and sets the Desktop System Preferences to use the images inside it as the desktop pattern and to change every minute. Should I use Perl or Applescript? Thanks. K + Kynan Hughes phone 9281 2088 fax 9211 4433 mobile 0411 231099 Additive design pty ltd Amitabh

Re: PHP to perl - recursion limitation?

2004-02-10 Thread kynan
Thanks Sherm, Mike and Bill, Totally helpful and much appreciated. K On 11/02/2004, at 1:27 AM, Sherm Pendley wrote: On Feb 10, 2004, at 7:34 AM, kynan wrote: Is this a limitation? No, it's a bug in your code. :-( As Bill mentioned, the File::Find module is made for recursing th

PHP to perl - recursion limitation?

2004-02-10 Thread kynan
quot;$startDir/$entry" && $entry =~ /^ekstro$/){ #do some stuff }elsif(-d "$startDir/$entry"){ # call itself replaceEkstros("$startDir/$entry"); } } } + Kynan Hughes phone 9281 2088 fax 9211 4433 mobile 0411 231099 Additive design pty ltd Amitabha pty ltd http://www.additive.net.au Level 4, 104 Commonwealth St Surry Hills NSW 2010 Australia +

Re: [OT] MySQL for Web Apps

2004-02-03 Thread kynan
rn about and use MySQL or will computers get fast enough that it won't matter anyway. Kindest Regards, Bill Stephenson + Kynan Hughes phone 9281 2088 fax 9211 4433 mobile 0411 231099 Additive design pty ltd Amitabha pty ltd http://www.additive.net.au Level 4, 104 Commonwealth St Surry Hills NSW 2010 Australia +

Re: Image::Magick - "Segmentation fault"

2004-02-03 Thread kynan
print "GOT HERE\n"; The script stops before it prints the DEBUG info and outputs: "Segmentation fault" + Kynan Hughes phone 9281 2088 fax 9211 4433 mobile 0411 231099 Additive design pty ltd Amitabha pty ltd http://www.additive.net.au Level 4, 104 Commonwealth St Surry Hills NSW 2010 Australia +

Image::Magick - "Segmentation fault"

2004-02-01 Thread kynan
cript stops before it prints the DEBUG info and outputs: "Segmentation fault" This has also been posted on site I mentioned but I can't find any other mention of it. Any ideas? Like, is it something that only happens when there's a problem with a module? Thanks, K