Re: Undefined Subroutine Error Message

2009-05-04 Thread drieux
/Tarzip.pm line 103. -- Lola J. Lee Beno LinkedIn: http://www.linkedin.com/in/lolajleebeno Facebook: http://www.facebook.com/profile.php?id=714355583 Blog: http://www.lolajl.net/blog/ ciao drieux

Re: Life expectancy

2005-12-21 Thread drieux, just drieux
would need to worry about would be the usual network time outs. Some of them will detach connections if they believe that they are not active... so go for it. ciao drieux

Re: 5.8.7 on Tiger

2005-11-27 Thread drieux
gone through one configure just to see what it would ask and except for changing my email address I took the defaults on everything. Is that pretty normal? Yup. Basically If you don't have a good reason to do a special build of it, then don't. ciao drieux ---

perl-5.8.6 for Darwin Kernel Version 7.8.0

2005-05-14 Thread drieux
the standard ./configure that I downloaded from the CPAN and it's default was to install everything in /usr/local - where as the current version 5.8.1-RC3 is installed in /System/Library/Perl/5.8.1 does this change in Tiger? ciao drieux ---

Re: LWP problems

2005-05-01 Thread drieux
. HTH. ciao drieux ---

Re: Trying to understand signals and restartable system calls

2004-03-21 Thread drieux
shipped: http://www.wetware.com/drieux/pbl/Sys/gen_sym_big_dog.txt So the real question is 'how defensive' does one want to write their code when stepping into Signal Handling - and the issues with possible cross platform in compatability issues... ciao drieux ---

B/C - Re: Trying to understand signals and restartable system calls

2004-03-21 Thread drieux
On Mar 19, 2004, at 1:31 PM, Joel wrote: I'll toss in my two cents here, since I've done something like this before in a production-type environment. IMHO, The best thing to do would be to have your signal handler set a flag (in the manner described by drieux) and have your loop react

Re: Trying to understand signals and restartable system calls

2004-03-19 Thread drieux
) { $sig_flag=0 if $sig_flag; } or something to that effect. ciao drieux ---

star, OSX, and perl wrapper for dumping

2004-03-18 Thread drieux
this is not a part of the core 'money making' proprietary portion of the Project that it will be 'open sourceable' as soon as it is stable enough to be presentable in polite society. ciao drieux ---

Re: Debugger in OS X10.3.2; also dumpValues

2004-01-17 Thread drieux
' and 'use warnings'??? ciao drieux ---

Re: Perls of taking a vacation...

2003-12-22 Thread drieux
it out' whether that first expression is suppose to be. alternatively print . (5.0/9.0)*($ARGV[0]-32.0) . Centigrade\n; or why I generally TRY to avoid doing anything 'complex' in a simple 'print statement' unless I really need it that way. ciao drieux ---

Re: Problems installing modules on OS X Panther

2003-12-09 Thread drieux
and the following items had problems during recursive bundle calls: Data::Dumper -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response ciao drieux ---

Re: Executing an Xwindows app from perl on OSX

2003-12-05 Thread drieux
Xwindows to start then caching that information into a configuration file that your perl wrapper code will use. HTH. ciao drieux ---

holy ravenous bugblatter beast of traal!

2003-11-29 Thread drieux
amusement. http://www.wetware.com/drieux/pbl/Sys/gen_sym_big_dog.txt ciao drieux --- cf: http://www.wetware.com/drieux/PR/blog2/Code/200311.html#id3152907788

Re: Looking for old laptop/notebook

2003-11-11 Thread drieux
'got a mac'. I think that the KillJoy here is some application that would make sure that what he wrote complied with things like the NY Times Style Guide, et al. ciao drieux ---

Fwd: Looking for old laptop/notebook

2003-11-08 Thread drieux
not in 9 or OSX. ciao drieux ---

Re: Reading preferences

2003-10-24 Thread drieux
} = $2; } } close(FD); $ref; } # end of apple_config_file_parser ciao drieux ---

Re: What is going on?

2003-10-22 Thread drieux
the file: [jeeves: 14:] ls -ltr ; cat *ex* total 16 -rw-r--r-- 1 drieux house 90 Oct 22 16:40 extractedFiles -rwxr-xr-x 1 drieux house 496 Oct 22 16:41 test.plx Extracting head from somefile Extracting head from somefile Extracting head from somefile [jeeves: 15:] I am running 10.2.8

iTunes and RMP

2003-10-21 Thread drieux
that information with the tracks once I import them off the CD. Is there an easy way to fix this? ciao drieux ---

Re: BBEdit-Perl confusion

2003-10-19 Thread drieux
/System/Library/DTDs/PropertyList.dtd plist version=0.9 dict keyPATH/key string /opt/local/bin:/home/drieux/bin:/usr/local/bin:/usr/bin:/bin:/usr/ local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin/string keyMANPATH/key string/home/drieux/man:/usr/local/share/man:/usr/share

Re: Mac::Glue and aliases

2003-09-16 Thread drieux
the $temp why not try: my @alias = $iTunes-prop(location=file_tracks,library_playlist='Library')- get(); and perl would invoke the 'get()' on the proper prop() ??? Or am I missing something here? ciao drieux ---

Re: problem installing DBI and gcc

2003-09-01 Thread drieux
there appears to be no /Local/Library/Frameworks directory by 'default' on the standard OSX distribution. So what you will want to check for is why the 'Makefile' that you are using to build what ever it is you are trying to build has an include for that directory. ciao drieux ---

Re: OT: Mac OS X's built-in URL architecture

2003-07-15 Thread drieux
we are seeing here is a way to DO that process? 'sherlock' is an application, and not a 'protocol' That in fact it is time to get beyond merely 'the protocol droid' models of 'ftp|http|nntp' and that file:// was always a 'scheme' and not a protocol to begin with?? ciao drieux ---

the exit with 0 issueRe: Learning Perl book, Chapter 1 example: open MAIL, |mail email_address doesn't work

2003-06-08 Thread drieux
in the original spec. Nor is there a requirement for mail, mailx, et al, to know what happens on the other side of the sendmail process at the remote host, etc, etc, etc ciao drieux ---

Re: Learning Perl book, Chapter 1 example: open MAIL, |mail email_address doesn't work

2003-06-05 Thread drieux
the specifics of emailing from perl. Sorting out sendmail is better these days but can be more complex than merely learning perl. I have some illustrations of email tricks in perl up at http://www.wetware.com/drieux/pbl/Other/email/ which I did on my little OSX box. As for the learning perl part

der quine with use strict

2003-03-18 Thread drieux
(39); use strict; since the ' there will break up the assignment for $t So while clearly still a 'silly problem' it at least does illustrate a few tricks I might not have considered. ciao drieux ---

Minor Recomendation

2003-03-17 Thread drieux
to deal with their 'emotional stressors' - feel free to contact me off list, and I will try to assist them in finding 'safe havens' where they can deal with which ever position they believe is imperative. ciao drieux ---

Re: war.pl

2003-03-17 Thread drieux
;^.\n;print $t ### execute-me ### ';eval $s; I get no output I'm running the apple default 5.6 version of perl, was this the expected behaviors ciao drieux --- or is that a part of the subliminal message

Re: Where is site_perl?

2003-03-10 Thread drieux
Makefile.PL files. I have some information at: http://www.wetware.com/drieux/CS/lang/Perl/PM/ The Good Enough Case Study is at: http://www.wetware.com/drieux/CS/Proj/PID/ This way one starts out from a safe beginning and does not have to concern one's self with the vagaries of how both the Vendor Did

Re: Where is site_perl?

2003-03-10 Thread drieux
supported perl modules. ciao drieux ---

Re: use lib missing architecture specific directory

2003-03-08 Thread drieux
. The work around would seem to be to expressly add an additional use lib line... The only differences, beside the OS - is that I am running Apple's Stock perl 5.6.0 - whereas I am running 5.6.1 on the Solaris Machine. The apple side: [jeeves: 18:] perl test.plx /home/drieux/lib/perl /System/Library

Re: use lib missing architecture specific directory

2003-03-08 Thread drieux
On Saturday, Mar 8, 2003, at 11:13 US/Pacific, drieux wrote: On Friday, Mar 7, 2003, at 15:41 US/Pacific, Nathan Herring wrote: [..] All of our perl scripts have the following line: use lib $ENV{HOME}/Library/Perl/lib; [..] the bug is in lib.pm the stock apple version has, around line 35

Re: CGI -upload(file) Script Question

2003-03-08 Thread drieux
get the configuration information about the perl that is being run on earthlink host. p2: it is possible that they have 'uploading' turned off at the webserver itself... ciao drieux ---

Re: 2 /Library/Perl in @INC

2003-02-28 Thread drieux
/5.6.1 vladimir: 55:] you can then also test the vendorlib side of the process. [jeeves: 71:] perl -MConfig -e 'print $Config{installvendorlib} \n' /Network/Library/Perl [jeeves: 72:] HTH. ciao drieux ---

Re: Help with dl_install_.al error please

2003-02-28 Thread drieux
off strangely? Other places where all of this can get wonky is if you have say perl 5.8.0 as your perl but have the mod_perl from the 5.6.0 version. ciao drieux ---

Re: Non-Perl but baffling question

2003-02-25 Thread drieux
to the solaris style that SunOs 5.6.1 was Solaris 2.6.1 ??? uname -r would of course return the '6.4' value and if there is an offset algorithm ciao drieux ---

Re: Non-Perl but baffling question

2003-02-25 Thread drieux
; } } close(VER); $ver_num; } ciao drieux --- It's NOT my Fault, the Voices in My Head Make me do these things.

Re: Form feed

2003-02-17 Thread drieux
On Sunday, Feb 16, 2003, at 14:52 US/Pacific, Tom McDonough wrote: On 2/15/03 21:56, drieux [EMAIL PROTECTED] wrote: On Saturday, Feb 15, 2003, at 14:40 US/Pacific, Tom McDonough wrote: I'm trying to force a form feed using perl 5.6 and os x.2 without using the format command. LPR

Re: Form feed

2003-02-15 Thread drieux
... ciao drieux ---

Re: Creating Fat XS Modules

2003-02-06 Thread drieux
the makefiles. HTH ciao drieux ---

dumb 802.11g question

2003-01-07 Thread drieux
it in conjunction with my telephone ciao drieux ---

Re: Phantom Line Numbers

2003-01-06 Thread drieux
be parts of outgoing print statements and growing the offset. As such start with looking for where you have that first sub - and work out what in that area has gone wrong. ciao drieux ---

Re: Phantom Line Numbers

2003-01-06 Thread drieux
Apple v. Unix line ending problem. ciao drieux http://www.wetware.com/drieux/pbl/ -- This space left intentionally blank.

Re: Apple Perl directory layout

2002-12-09 Thread drieux
into their own 'private place' for the 'vendor supplied' verion of perl, so that one can choose to either run with 'vendor supplied, vendor supported' - or build and install your own version. ciao drieux ---

Re: Perl Package Problem

2002-11-18 Thread drieux
a look at perldoc h2xs as a good place to start the how to build installable Modules since it is HIGHLY RECOMMENDED in perldoc perlmod etc, etc, etc... HTH ciao drieux

Re: Darwin darwin or darwin6.0

2002-11-18 Thread drieux
On Sunday, Nov 17, 2002, at 20:22 US/Pacific, Peter N Lewis wrote: At 11:39 -0800 16/11/02, drieux wrote: [jeeves: 1:] perl -MConfig -e 'print $Config{osname} \n; ' As for how this gets set - it gets set when your version of perl is built for that specific OS. which in turn is stored

Re: /usr/bin or /sw/bin?

2002-11-18 Thread drieux
perl sections as a default part of the @INC ... or not... So the 'correct' answer is how much time do you have to do which types of maintenance? ciao drieux ---

Re: /usr/bin or /sw/bin?

2002-11-18 Thread drieux
at home... ciao drieux ---

thinking off the edge

2002-09-01 Thread drieux
about dealing with this type of, well, alternative visioning... I mean I'm not sure it's a good idea to say install something like cygwin in a virtual PC on a Mac OSX - so I thought i would ask those who may have advice... ciao drieux ---

building perl 5.6.1 on 10.1.5

2002-08-31 Thread drieux
] drieux% so first off the bat I have run run sh makedepend by hand... and then I get: . makedepend: no such file or directory: makefile [145] make: *** No rule to make target `shlist'. Stop. Searching for .SH files... Updating makefile... cp: makefile: No such file or directory [jeeves

the head problem in lwp - Re: new to modules

2002-08-29 Thread drieux
: SYNOPSIS head [-n count | -c bytes] [file ...] ciao drieux ---

Fwd: new to modules

2002-08-29 Thread drieux
? What is a good way to see which ones I have installed? (I actually haven't installed any but I meant pre-installed on Darwin.) as an exercise with File::Find I put up http://www.wetware.com/drieux/pbl/misc/findModules.txt I hope it helps. ciao drieux --- -- To unsubscribe

build perl on HPFS+ was Re: the head problem in lwp - Re: new to modules

2002-08-29 Thread drieux
On Thursday, August 29, 2002, at 09:22 , Phil Dobbin wrote: On 29/8/02 at 07:31, [EMAIL PROTECTED] (drieux) wrote: [..] My compliments on the documentation and the work around... All kudos to David Wheeler. I just followed his instructions and it worked for me ;-) allow me to restructure

the -R flag for perl builds

2002-08-25 Thread drieux
' that this is actually what goes on here. Your assistance here will be appreciated { can we say a slow sunday - when we are arguing the text of build documentation? but your assistance will be appreciated... } ciao drieux --- there has got to be something peculiar about using experience from an OSX box

Re: Definitive Mac OS X Perl 5.8/CPAN installation instructions? (Solved)

2002-08-20 Thread drieux
are aware of it b) only access them indirectly though stuff that makes sure that the 'use lib' and/or PERL5LIB is set correctly So there are some options - one just sorta has to make a choice. ciao drieux --- if you want REAL PSYCHOTIC BEHAVIOR - watch

Hard Coding Version Rev into shebang was enving perl

2002-08-16 Thread drieux
with the 'time to market' problem in a rational and replicatable manner? ciao drieux --- sub_text - myFascistHouseMate blitzed all the 'old' versions of perl off of vladimir - I mean I had an original perl4.035 there - granted it was compiled for a CPU architecture we no longer have... but... I could have

Re: funky libwww-perl-5.65 CPAN install

2002-08-16 Thread drieux
' are not - so all you need to do is recover /usr/bin/head itself... or remake it from source code get|GET|post|POST [..] I may be misinterpretting your command here, have you tried [jeeves:~] drieux% which get GET post POST /usr/bin/get /usr/bin/GET /usr/bin/post /usr/bin/POST [jeeves:~] drieux% I

Re: Tk and X

2002-08-15 Thread drieux
references ciao drieux ---

Re: Anyone know what Perl Jaguar is coming with?

2002-08-15 Thread drieux
orthodox perl way as executed in the canonical orthodox apple way?[4] that I should be doing these builds of perl for darwin.[5] ciao drieux --- foot notes: [1] read as 'Spawn of Satan' [2] op cit supra 1 [3] op cit supra 2 [4] I am still working off enough bad kharma as it is... [5

Fwd: Anyone know what Perl Jaguar is coming with?

2002-08-15 Thread drieux
On Thursday, August 15, 2002, at 06:55 , Kay Röpke wrote: On Thursday, August 15, 2002, at 03:12 PM, drieux wrote: so all I really want to know is what is the canonical orthodox perl way as executed in the canonical orthodox apple way?[4] The orthodox perl way is laid

Re: the enving perl issues - was Re: Anyone know what Perl Jaguar is coming with?

2002-08-15 Thread drieux
release - at least. ciao drieux ---

Re: Anyone know what Perl Jaguar is coming with?

2002-08-14 Thread drieux
as I just noticed that the factory install of perl set up a config that seems to have allowed me to stomp on /usr/bin/head since it is installing into /usr/bin ciao drieux ---

Re: Launching a Perl file with Cron on OS X?

2002-08-08 Thread drieux
/project_name or . ciao drieux ---

Re: Launching a Perl file with Cron on OS X?

2002-08-08 Thread drieux
to have it sitting on / or in some unknown place ciao drieux ---

AFP modules in Perl

2002-07-17 Thread drieux
volks, it is not clear to me from a quick search of the CPAN that there is a simple set of AFP modules that I can use to demonstrate interoperating between Mac OSX and older versions of the Mac OS. any recommendations will be appreciated. ciao drieux ---

Re: about .command and .term

2002-07-16 Thread drieux
an XML_parser/configer that would generate them Or simply adopt the 'template' solution of setting the 'EXECUTE_ME' target and the perl equivolent of the sed for sed 's/EXECUTE_ME/'${CMD}'/' $template_file $new_file as we did in the dark days of /bin/sh scripting ciao drieux ---

about .command and .term

2002-07-12 Thread drieux
for that which is MacIsh while I sort out the camel-bones v. MacApp solutions. ciao drieux ---

Re: Dumb Bunny Future Time Problem

2002-06-27 Thread drieux
at least have been consistent with brian's position... so yes - the GMT offset was an idea... ciao drieux ---

Re: Dumb Bunny Future Time Problem

2002-06-26 Thread drieux
but today's tarball will unwrap with the same problem. ciao drieux ---

About Updating the CPAN about darwin testing?

2002-04-27 Thread drieux
that we can start getting people aware that Yes, that TOO builds and runs on darwin ciao drieux ---

an alternative for reading news was Re: Things I hate about my Mac

2002-04-18 Thread drieux
. ## # ciao drieux ---

Why this list is the Appropriate Form for what is best in perl

2002-04-16 Thread drieux
question breeds - well - the correct implementation of Perl ciao drieux --- For those of you new to the 'milSpech' token 'ROE' - there are really two in the tribe: a) those promulgated downward by the chain of command { outside of larry wall, who can generate

Re: Problem Sovled Re: Problem running perl cgi scripts

2002-04-15 Thread drieux
either way at least in OS X and *nix boxen. rule of thumb: target the target server ciao drieux ---

scribble and it will be a production release - was Re: [Way OT] mod_perl stopped working...

2002-04-15 Thread drieux
on a vt52 dial up with only sed as your editor ciao drieux ---

Re: scribble and it will be a production release

2002-04-15 Thread drieux
On Monday, April 15, 2002, at 07:43 , Bill -Sx- Jones wrote: On 4/15/02 10:34 AM, drieux [EMAIL PROTECTED] wrote: on a vt52 dial up with only sed as your editor Yes - and THAT is why I only use a Mac :) So I don't have use vt52 OR sed; my complements to your good fortune! But given

Re: scribble and it will be a production release

2002-04-15 Thread drieux
On Monday, April 15, 2002, at 08:59 , Kee Hinckley wrote: At 8:36 AM -0700 4/15/02, drieux wrote: If anything the fact that they opted to go for the plain jane vt100 mode is the 'warm fuzzy' - no need to worry about esoteric and arcane 'termCap/termInfo' settings for remote hosts

Re: Documentation Issues - was Re: [Way OT] mod_perl stopped working...

2002-04-15 Thread drieux
acceptable things to do while not perl hacking around. I think if some of my Freaks read it in a book, it might look a bit more official ciao drieux ---

Re: good practice subroutine coding in web context

2002-04-15 Thread drieux
: http://www.wetware.com/drieux/CS/lang/Perl/Beginners/HashSwitch.txt ciao drieux ---

Value of Orthodoxy: was Re: mod_perl stopped working...

2002-04-14 Thread drieux
about 'deal with on liberty call'. strange people software folks ciao drieux --- sekret sub_text: lou - thanks for the URL - sorry you had a project lead who had so little life experience as to not understand leadership.

canonical perl IDE for Mac OSX

2002-04-14 Thread drieux
silly: Is there an Orthodox Perl IDE for OS X? in unix I feel safe with vi. but I use bbedit and have found that it is leaking towards being almost a full bore IDE but I thought I should check with the canonical list. ciao drieux ---

About testing cgi at command line

2002-04-12 Thread drieux
volks, when I run perl Skank.pl on the command line on my solaris and/or unix boxes it takes the default path through the code and dumps out what the html would be - but when I run the same code on my OSX box it dumps out a weird case: [jeeves:/tmp/drieux/perl] drieux% perl Crap.pl

Re: About testing cgi at command line

2002-04-12 Thread drieux
, but not on the other boxes - is OSX more 'perl compliant' Also a special thanks to Bruce - now I 'get it' about using the command line 'debug mode' testing [jeeves:/tmp/drieux/perl] drieux% perl !$ perl Crap* (offline mode: enter name=value pairs on standard input) crap='here is a quote this Quote.' ^D

Upgrade to cgi 2.57 or beyond?

2002-04-12 Thread drieux
are running 2.56 while my linux and solaris boxes I thwacked over to 2.752 so should I just pull the source over and do the make *.PL make make test make install or. ciao drieux ---

flock on shared file systems.

2002-04-07 Thread drieux
locks' first - otherwise code around the problem as best you can. ciao drieux ---

about perl modules on Mac OS X

2002-03-31 Thread drieux
I just tried this and got the strange error: make: *** Warning: File `llyrisWeb.pm' has modification time in the future (2002-03-31 19:37:50 2002-03-31 11:40:45) I am using the default StuffitExpander ciao drieux ---

Re: about perl modules on Mac OS X

2002-03-31 Thread drieux
On Sunday, March 31, 2002, at 12:29 , Phil Dobbin wrote: On 31/3/02 at 12:11, [EMAIL PROTECTED] (drieux) wrote: I just tried this and got the strange error: make: *** Warning: File `llyrisWeb.pm' has modification time in the future (2002-03-31 19:37:50 2002-03-31 11:40:45) I am using