Re: LWP "head" script

2005-01-06 Thread Jan Eden
Sherm Pendley wrote on 06.01.2005: >On Jan 6, 2005, at 12:31 PM, Jan Eden wrote: > >>So it is obviously a known (mis)behaviour of LWP to overwrite the >>original head. > >Known and fixed, long ago. Whatever docs you read are seriously out >of date. Recent LWPs check

Re: LWP "head" script

2005-01-06 Thread Jan Eden
Hi Jeremy, Jeremy Mates wrote on 06.01.2005: >* Jan Eden <[EMAIL PROTECTED]> >>So it is obviously a known (mis)behaviour of LWP to overwrite the >>original head. > >I thought that had been fixed in the latest LWP release. My notes on >the topic can be found at: >

Re: LWP "head" script

2005-01-06 Thread Jan Eden
Jan Eden wrote on 06.01.2005: >Hi, > >I did not use my UNIX head tool in a while. When I tried to call it >recently, I found that a Perl script resides in /usr/bin which was >obviously put there when installing the LWP module. > >/usr/bin/tail is still there, but my origina

LWP "head" script

2005-01-06 Thread Jan Eden
Hi, I did not use my UNIX head tool in a while. When I tried to call it recently, I found that a Perl script resides in /usr/bin which was obviously put there when installing the LWP module. /usr/bin/tail is still there, but my original is gone/overwritten. Why did LWP do that? man head still

Re: GD installation issue

2005-01-04 Thread Jan Eden
, Sherm Pendley wrote: > >>On Jan 4, 2005, at 7:37 AM, Jan Eden wrote: >> >>>The idea is to produce libtool by configuring gd first, then copy >>>the new libtool to my jpeg-6b directory >> >>It's easier than that. Just update config.guess and config.

Re: GD installation issue

2005-01-04 Thread Jan Eden
Sherm Pendley wrote on 04.01.2005: >On Jan 4, 2005, at 7:03 AM, Jan Eden wrote: > >> I am trying to install the gd library in order to use the GD module. >> So far, I have installed freetype and libpng, but when I fail to >> install libjpeg. >> >&

Re: GD installation issue

2005-01-04 Thread Jan Eden
Hi again, Jan Eden wrote on 04.01.2005: >Hi, > >I am trying to install the gd library in order to use the GD module. >So far, I have installed freetype and libpng, but when I fail to >install libjpeg. > >When running configure like this: > >./configure --enable-sh

GD installation issue

2005-01-04 Thread Jan Eden
Hi, I am trying to install the gd library in order to use the GD module. So far, I have installed freetype and libpng, but when I fail to install libjpeg. When running configure like this: ./configure --enable-shared I get the following warning (and an error on subsequent make): checking host

Merging .plist files

2004-07-27 Thread Jan Eden
Hi all, could anyone give me a hint which tools (modules) are best suited to merge to .plist files (in this case, Safari Bookmarks)? Thanks, Jan -- There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. - Jeremy S. Anderson

Re: Phanter (10.3.3) and DBI perl module.

2004-05-16 Thread Jan Eden
Sherm Pendley wrote on 16.05.2004: >On May 16, 2004, at 7:38 AM, Jan Eden wrote: > >> this how-to helped me: >> >> <http://www.truerwords.net/articles/osx/install_dbd_mysql.html> > >The information in the above is good, as far as the arguments to use >wh

Re: Phanter (10.3.3) and DBI perl module.

2004-05-16 Thread Jan Eden
Hi, IXO wrote on 14.05.2004: >HI. >Excuse me if this question is repetitive. > >I need to instal the DBI and DBD modules on my MacOSX 10.3.3 with Perl 5.8.1 >and ever get errors. >Any can help me please. >I need this to run a perl script with connection to MySQL and need this >modules instaled. >

Re: [OT] Localization

2004-05-05 Thread Jan Eden
Hi Wren, wren argetlahm wrote on 04.05.2004: >I have an account on my box that has Japanese set as >the default language and I noticed that certain files >get automagically renamed into Japanese (e.g. various >Apple programs in /Applications). I also noticed that >this is blocked if I change the

Re: Image::Magick

2004-04-27 Thread Jan Eden
Sherm Pendley wrote on 27.04.2004: >On Apr 27, 2004, at 3:45 PM, Chris Devers wrote: > >>But still, think about it: do we need to make one of these >>refinements to the basic design of the wheel every time we want to >>take a car from one state to another, or *gasp* drive to another >>country? Of

Re: Image::Magick

2004-04-27 Thread Jan Eden
Sherm Pendley wrote on 27.04.2004: >On Apr 27, 2004, at 1:56 AM, Jan Eden wrote: > >> But I'd still like to get Image::Magick working. Will experiment with >> various path names. > > From what you posted earlier, it looks like what you'll need to add: > >

Re: Image::Magick

2004-04-26 Thread Jan Eden
Sherm Pendley wrote on 26.04.2004: >On Apr 26, 2004, at 1:27 PM, Jan Eden wrote: > >> I'd just like to replace the system calls to ImageMagick's convert >> tool with Perl commands to speed up a batch converting script. > >I doubt you'd see much imp

Re: Image::Magick

2004-04-26 Thread Jan Eden
David Wheeler wrote on 26.04.2004: >On Apr 26, 2004, at 12:52 AM, Jan Eden wrote: > >>Can someone tell me which paths I should enter to successfully >>compile PerlMagick? I did not find something like "ltiff" or >>"ljpeg", but the convert tool works fi

Image::Magick

2004-04-26 Thread Jan Eden
Hi, I try to install the Image::Magick module. ImageMagick itself was installed by a TeX distribution (gwTeX), and I found: drwxr-xr-x 14 root admin 476 22 Mar 12:15 Magick++ -rw-r--r-- 1 root admin 389 7 Feb 16:00 Magick++.h drwxr-xr-x 3 root admin 102 10 Nov 00:26 freetype2 -rw-

Re: getting in between dates in a hash

2004-02-16 Thread Jan Eden
Joseph Alotta wrote: >Greetings, > >I am having some conceptual problems doing what I think is a fairly >simple perl task. It is probably that my mind is just blank on >this. Could someone please recommend a strategy for this. > >I have a hash of data: > >%highest_level = ( 2001-10-14 => 152,

Re: *nix Perl newbie Question

2004-02-15 Thread Jan Eden
Or use $ENV{HOME} instead of ~. - Jan Doug McNutt wrote: >I worry that the ~/ convention for the home directory is a shell >convention. In the first case it is expanded by the shell while in >the other cases it's expanded by perl. Does perl honor the option? >When you say @INC is properly modifi

Re: Installing DBD::mysql

2004-02-05 Thread Jan Eden
blib/arch')" t/*.t t/00base...ok t/10dsnlist but the make install went by without problems. - Jan Mike Schienle wrote: > >On Feb 04, 2004, at 01:13 PM, Jan Eden wrote: > >> Thanks, I read your post carefully. MySQL and the Perl DBI module ar

Re: Installing DBD::mysql

2004-02-04 Thread Jan Eden
Sherm Pendley wrote: >On Feb 4, 2004, at 10:47 AM, Jan Eden wrote: > >> Can anyone tell me which flags I have to set with Makefile.PL on Mac >> OS 10.3? > >Please use the archives. I posted a very long, detailed description of >this just two days ago: > >&l

Installing DBD::mysql

2004-02-04 Thread Jan Eden
Hi all, after successfully installung the DBI module from CPAN, I want to install DBD:mysql. Unfortunately, the instructions which come with the driver are rather cryptic for me, since they refer to RedHat Linux and Windows. Can anyone tell me which flags I have to set with Makefile.PL on Mac O

Re: How do I open a file passed in to my script from the finder?

2004-02-04 Thread Jan Eden
Hi all, a related question: I use DropScrip to create droplets from my perl scripts, which works fine as long as pass only files. For example, I have an updater script for my website which takes a path name as its first argument end uses a template to rewrite every single page in that path. No