Re: Generating executables for macosx and windows from perl scripts

2005-08-24 Thread Morbus Iff
. Right - you'd have to generate the PAR .exe's on Windows too. I don't know of any way, short of RealBasic, where you can click a magic button on OS X to create a perfect Perl application for Win32. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.d

Re: Generating executables for macosx and windows from perl scripts

2005-08-24 Thread Morbus Iff
ic code itself is still raw text, Pure Perl, and modifiable as normal) but that's getting away from "simple script" and more toward " complex applications", probably outside your needs. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http

Re: Generating executables for macosx and windows from perl scripts

2005-08-24 Thread Morbus Iff
Ok for OSX, but this won't work on Windows will it? Nope. For Windows, use PAR(.perl.org) to gen an .exe: pp --icon=desiredicon.ico --gui -o script.exe script.pl. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegren

Re: Generating executables for macosx and windows from perl scripts

2005-08-24 Thread Morbus Iff
ssions and rename it with a .command extension? -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ O'Reilly Author, Weblog, Cook: http://www.oreillynet.com/pub/au/779 icq: 2927491 / aim: akaMorbus / yahoo: morbus_i

Re: Net::FTP on Tiger

2005-06-03 Thread Morbus Iff
gt;new" line (like the Yes, that should work for that particular script. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ O'Reilly Author, Weblog, Cook: http://www.oreillynet.com/pub/au/779 icq: 2927491 / a

Re: Net::FTP on Tiger

2005-06-03 Thread Morbus Iff
ected only GUI utilities. Do you have further documentation on how it affects command line stuff now? -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ O'Reilly Author, Weblog, Cook: http://www.oreillynet.com/pub/

Re: Net::FTP on Tiger

2005-06-03 Thread Morbus Iff
ey'll work? I don't remember the exact variable, but I *think* that adding PASSIVE_FTP=1 to your shell's startup should fix things up. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ O'Reilly A

Re: Installing WebService::GoogleHack

2005-05-18 Thread Morbus Iff
structure of his archive seems quite different than most normal Perl packages. If the force install doesn't work, you could move the GoogleHack.pm file manually into /Library/Perl/WebService/. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.c

Re: Installing WebService::GoogleHack

2005-05-18 Thread Morbus Iff
(notice the addition of the $!): open(WSDL,"$wsdl") || die("\n\n\n\nIllegal WSDL File Location - $wsdl: $!\n\n\n\n"); But still, I think the crux of your problem is that you were typing "wdsl" instead of "wsdl". -- Morbus Iff ( you are nothing without your robo

Re: Installing WebService::GoogleHack

2005-05-18 Thread Morbus Iff
group/perl.macosx/8991 -- Morbus Iff ( omnia mutantur, nos et mutamur in illis. ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Installing WebService::GoogleHack

2005-05-17 Thread Morbus Iff
-rw-r--r--1 lola admin 7694 Aug 30 2002 GoogleSearch.wsdl You're typing in "wdsl" not "wsdl": Illegal WSDL File Location - /Library/WebServer/Documents/GoogleSearch.wdsl -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://

Re: Installing WebService::GoogleHack

2005-05-17 Thread Morbus Iff
the "ls -al" will tell us. On the other hand, are you actually trying to install this using the "cpan" process, or are you running through the install manually? -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.g

Re: Installing WebService::GoogleHack

2005-05-17 Thread Morbus Iff
s a secondary/mounted/network drive, you want: /Volumes/TsarskoeSelo/Library/WebServer/Documents/GoogleSearch.wdsl -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/05960057

Re: Using CPAN to install DBI on Tiger

2005-05-03 Thread Morbus Iff
g with LWP: ftp://archive.progeny.com/CPAN/authors/id/T/TI/TIMB/DBI-1.48.tar.gz -- Morbus Iff ( all of the above - the only checkbox worth checking ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Removing Dup Files

2005-04-20 Thread Morbus Iff
d order, format, etc.) and that you don't care to lost the existing name of the files (though, you could just as easily MD5 the contents in memory and compare hashes, deleting dupes that way). -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/

Re: Removing Dup Files

2005-04-20 Thread Morbus Iff
d_count = scalar(@fields); my $matched_data = 0; foreach (@fields) { if ($SAVE->{$_} eq $COMPARE->{$_}) { $matched_data++; } } if ($field_count == $matched_data) { delete; } -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.

Re: Problems with Spidering Hack #56

2005-01-16 Thread Morbus Iff
.com/pub/ht/28. I got the impression, however, that any updates to those pages would not be paid, and I simply can't afford that at the present time. -- Morbus Iff ( rotinom ruoy edisni deppart mi pleH ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and

Re: Problems with Spidering Hack #56

2005-01-15 Thread Morbus Iff
o work verbatim without modification. As such, anyone hoping to buy the book and get 80 out-of-the-page scripts is going to have a bit of unexpected work cut out for them. -- Morbus Iff ( rotinom ruoy edisni deppart mi pleH ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http

Re: Problems with Spidering Hack #56

2005-01-15 Thread Morbus Iff
David Cantrell wrote: > Judging by the random scattering of 'single' and > "double" quotes in the original post - not worth buying. Consider opting out of Amazon Hacks then, as that is where that code came from (Hack #33, pg. 78). -- Morbus Iff ( you shouldn't h

Re: Problems with Spidering Hack #56

2005-01-15 Thread Morbus Iff
I'm working on my knowledge of Perl by working through Spidering Hacks (O'Reilly). Right now I'm stumped as to why this hack isn't working (code can be found at http://hacks.oreilly.com/pub/h/981#code. Besides this bug, how's the book? :) -- Morbus Iff ( rootle-dee-too

Re: New to list, greetings and a (newbie)problem

2004-12-22 Thread Morbus Iff
directory unless you use a relative path or absolute path. This is to prevent you from accidentally running scripts due to bad typing, garbage text pasted erroneously, etc. -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegren

Re: Download images/movies

2004-08-23 Thread Morbus Iff
d equivalents, however. You will probably want to check your $incoming for naughty characters too, just to be safe (ie., anything not a dot or an alphanumeric). -- Morbus Iff ( you are nothing without your robot car, NOTHING! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spideri

Re: Passwords

2004-05-13 Thread Morbus Iff
>Am I missing something, or does the security(1) password >prompt not hide your typed password? Yeesh! > > $ security unlock-keychain > password to unlock default: adsdasd^C Next thing we know, this'll be possible: $ security unlock-keychain adsdasd -- Morbus Iff ( i p

Re: Advice for enabling perl on OSX

2004-04-22 Thread Morbus Iff
e that this line -- Minor correction - he'll need to use "sudo" before each of the apachectl commands. -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeyc

Re: Web servers with cable DSL

2004-03-16 Thread Morbus Iff
sitors when you're awake, sleeping, or shagging your wife. Don't be interrupted in the midst of sex: be sure to have a decent grounding in coding securely, or at the very least, segregating untrusted scripts in protected environments (ala suEXEC, which forces scripts to run with a specific username

Re: Web servers with cable DSL

2004-03-16 Thread Morbus Iff
covering all their bases, but how in lord's name would they ever police that? Was last-week's Randal parade policable? What if some of my messages were sent from work, and some from home? What if I used my own mail server, and not theirs? Blah, blah, blah. -- Morbus Iff ( i put the

Re: Web servers with cable DSL

2004-03-16 Thread Morbus Iff
e foot, and they can both be used to harm *my* use of the same resources. Thus the need for the men in blue, or the geeks in grey. -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obido

Re: Web servers with cable DSL

2004-03-16 Thread Morbus Iff
e my business or something community-helpful. In your case, I don't think it's an issue of "they don't mind", but more of "they don't know" - if you are getting minimal traffic, it'd be very hard for me to detect that without a concerted effort,

Re: Web servers with cable DSL

2004-03-16 Thread Morbus Iff
t feels *wrong* and *cheap* - I can recall too many stories of people advertising webhosting off their DSL accounts, and then pages coming to an absolute crawl during peak periods, bad weather, admin idiocy, or what have you. Please don't make the web a world of Geocities. -- Morbus Iff ( i put the dem

Re: Unwelcome product announcement

2004-03-11 Thread Morbus Iff
>this list and its archives. > >jking You'll go blind with that attitude. -- Morbus Iff ( for safety's sake, don't humiliate me ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Unwelcome product announcement

2004-03-11 Thread Morbus Iff
: http://www.latenightsw.com/CANADA V8V-4M9 >> AIM: markalldritt > >AND - your signature is most professional btw. Thanks! I disagree. It's not four lines, nor "-- " delimited . -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and htt

Re: ANNOUNCE: Affrus 1.0 - a Perl Debugger

2004-03-11 Thread Morbus Iff
>Wh! MOMMY! Can you imagine Randall, all sweaty, popping out Pudge, all bloody? That'd be a sight to see. I'd donate some money to TPF for a Photoshop'd rendition of that. -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http:/

Re: ANNOUNCE: Affrus 1.0 - a Perl Debugger

2004-03-11 Thread Morbus Iff
a list of all the bad things merely gives added license for the one nasty thing that we forgot about. -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: ANNOUNCE: Affrus 1.0 - a Perl Debugger

2004-03-11 Thread Morbus Iff
>>>>>> "Mark" == Mark Alldritt <[EMAIL PROTECTED]> writes: >>Randal L. Schwartz writes: >>Anyone with admin powers able to pull this clown from the list. >>Commercial adverts. Seriously. No place for them here. Seconded. -- Morbus Iff

Re: DBD mysql unable to install since Panther

2004-01-23 Thread Morbus Iff
>Are any of you running Panther with these modules? Yes. This has been talked about on the archives a lot, and I recently published a step-by-step in MacTech magazine (with a shout out to this list). Your best bet: check the archives. -- Morbus Iff ( i put the demon back in codemonkey ) Cult

Re: CPAN broken in Panther

2003-11-27 Thread Morbus Iff
problems with the firewall and CPAN - prior to knowing that env var, I modified the firewall instead. Funnily, I'm a syadmin at the ISP I get my connection from ;) -- Morbus Iff ( masochism-oriented recombinant bot (unlisted series) ) Technical: http://www.oreillynet.com/pub/au/779

Re: CPAN broken in Panther

2003-11-25 Thread Morbus Iff
>>I can confirm - just shut off the internal firewall (System Prefereces > >>Sharing), and cpan works fine. I've not had time to look into it further. > >You might wanna do a > > export FTP_PASSIVE=1 > >before running CPAN. Helps me most of the time... Wor

Re: CPAN broken in Panther

2003-11-25 Thread Morbus Iff
shut off the internal firewall (System Prefereces > Sharing), and cpan works fine. I've not had time to look into it further. -- Morbus Iff ( insert pithy quote here ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq:

Re: INSTALLSITEMAN[13]DIR fixes for Panther to prevent /man documentation installation and additional ruminations

2003-11-16 Thread Morbus Iff
>P.S. Spanish wine is tasty. And Spanish fly is alluring. -- Morbus Iff ( i'm wearing footsie jammies here ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Panther problems

2003-11-16 Thread Morbus Iff
. >MANPATH=/man:/usr/share/man:Users/vic/man That would be correct IF you had a leading slash on "Users". You also would have to start a new shell so your new .bash_profile would be read. Incidentally, I too prefer bash to tsch. -- Morbus Iff ( jeez, looks like ookla here has yet t

Re: Reverting to 5.60

2003-11-09 Thread Morbus Iff
>Anyone know of an easy way to go back to 5.60 ?? It's possible to re-extract the 5.60 installation from your original OS X CDs using a tool called Pacifist, but it won't be fun or easy ;) -- Morbus Iff ( evil is my sour flavor ) Technical: http://www.oreillynet.com/pub/au/779

Re: Panther/DBI

2003-10-25 Thread Morbus Iff
>> http://developer.apple.com/internet/macosx/perl.html > >I hope not. That article isn't exactly relevant for Panther. It should I can heartily second that - I wrote the article in question. -- Morbus Iff ( sleep breeds sanity ) Technical: http://www.oreillynet.com/pub/au/

Re: Discounted OS upgrades for developers

2003-07-21 Thread Morbus Iff
at it grants the final version, is less than retail, and ensures I can have working software at release is, IMO, powerful. Especially since I know AmphetaDesk will break (due to the Perl changes). Where should I sign up? ;) -- Morbus Iff ( sleep breeds sanity ) Culture: http://www.disobey.com/ a

Re: Why won't Compress::Zlib install?

2003-07-09 Thread Morbus Iff
>I seem to get this result consistently. Anyone just happen to know why? There's been mentions of this in the archives (I think) - the Compress::Zlib person knows about it. You can, as I've done, do a "force install", and I've yet to run into an issue with it. --

Re: Perl for Panther

2003-07-02 Thread Morbus Iff
>>Might Apple consider seeding SourceForge with a copy of Panther to >>install on server farm? Edward, is there someone we can send a request > >I can probably wrangle up some contacts on this too, if necessary. Er. Nevermind. I meant "contacts at SF", not at Apple.

Re: Perl for Panther

2003-07-02 Thread Morbus Iff
>Might Apple consider seeding SourceForge with a copy of Panther to >install on server farm? Edward, is there someone we can send a request I can probably wrangle up some contacts on this too, if necessary. -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.co

Re: Perl for Panther

2003-07-02 Thread Morbus Iff
>Of course, it's not just perl modules which will break during the upgrade. >Anything which has linked to /System/Library/Perl/darwin/CORE/libperl.dylib >will break. This includes eperl and irssi. And my AmphetaDesk ;) ... -- Morbus Iff ( i put the demon back in codemonkey )

Re: Compress::Zlib?

2003-06-26 Thread Morbus Iff
>I've yet to get any valid response from $data, whether I'm using the >original Compress::Zlib with the OS, or the one from Fink. Any ideas? Got it: http://nntp.x.perl.org/group/perl.libwww/4716 -- Morbus Iff ( i desire penance for your sins ) Culture: http://www.disob

Compress::Zlib?

2003-06-26 Thread Morbus Iff
;m using the original Compress::Zlib with the OS, or the one from Fink. Any ideas? -- Morbus Iff ( shower your women, i'm coming ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://oreillynet.com/cs/catalog/view/au/779 - books, articles, log icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: OSX and Environment Variables

2003-03-05 Thread Morbus Iff
_perl, I believe. -- Morbus Iff ( anything else in the box, pandora? ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: First results with PAR are good.

2003-02-28 Thread Morbus Iff
installed on the development >machine; I assume if PAR needs them for extraction, it includes them along Yeah, that's something we gotta test more on. I've got Compress::Zlib, MD5, XML|HTTP::Parser installed. What's another "needs XS module" thingy we can test w

Re: First results with PAR are good.

2003-02-28 Thread Morbus Iff
At 03:59 PM 2/28/2003, Morbus Iff wrote: >>The option of using PAR to distribute perl apps on OS X came up on my >>recent (slightly related) thread. I just installed it, and so far it >>seems to work quite well and easily. The files it produces are >>somewhat large,

Re: First results with PAR are good.

2003-02-28 Thread Morbus Iff
ld) comes to about 1.9MB, and >seems initially to work fine. I have yet to test my app thoroughly or >test deploy it to other machines. What other lib's does it use? I'd be interested to see what needs to be shipped to say, support Expat or Compress::Zlib, both not defaults. -- Morbus

Re: Restoring stock OS X perl 5.6

2003-02-26 Thread Morbus Iff
n using perl2exe on Windows (and a custom script on Classic Mac). I've got my code tweaked in such a way that, even with the runtimes, I'm still shipping the raw Perl. I'm hoping PAR can do this as well (it should be able to, me thinks). -- Morbus Iff ( i'm the droid you'

Re: Restoring stock OS X perl 5.6

2003-02-26 Thread Morbus Iff
e install packages are hidden away in one of the folders on the CD - they weren't right out in the open. "BSD Subsystem" seems to be ringing a bell for me. If you can't find it, lemme know and I'll recheck when I get back home. -- Morbus Iff ( i'm the droid you'

Re: Restoring stock OS X perl 5.6

2003-02-26 Thread Morbus Iff
ne there is a better way. Besides a full reinstall, you could look into extracting the files from your OS X CDs. There's a utility to do so on versiontracker.com somewhere (who's name I can't remember - searching for "package" may help). [1] http://disobey.com/amphetades

Re: dmg of perl 5.8.0 on Mac OS X

2003-02-06 Thread Morbus Iff
ieve you've got to do: curl -O http://nathan.torkington.com/tmp/perl5.8.0gnat1.dmg -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554 icq: 2927491

Re: dmg of perl 5.8.0 on Mac OS X

2003-02-06 Thread Morbus Iff
- drives me absolutely batty, as curl can't seem (or rather, I've never gotten it) to follow Redirect's properly. It'll either loop xx times, then die, or loop xx times and segfault. Stupid flipping curl. wget is, however, available through fink and as a .dmg. -- Morbus Iff (

Re: dmg of perl 5.8.0 on Mac OS X

2003-02-06 Thread Morbus Iff
>happened for a long time and I can't remember how to fix it. Anybody? wget http://nathan.torkington.com/tmp/perl5.8.0gnat1.dmg :) -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon

Re: FYI: http://perlsources.com/

2003-01-19 Thread Morbus Iff
gt;Source shareware site got listed by Apple Developer Connection... I was thinking of submitting my open source Perl thingy [1], but eventually decided against it, simply due to the misorganization and ugliness of the site. First impressions and all. [1] http://www.disobey.com/amphetadesk/ -- Mo

Re: CPAN Failure after install of 5.8.0

2003-01-13 Thread Morbus Iff
mation on this issue, check out perldelta. with a link to: http://dev.perl.org/perl5/news/2002/07/18/580ann/perldelta.html#mac%20os%20x%20dyld%20undefined%20symbols -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.

Re: More 5.8.0 / Jaguar / Fink madness

2003-01-13 Thread Morbus Iff
>What would the syntax be for this in bash? See my article : echo "export LC_ALL=C" >> ~/.bash_profile -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon.com/exec/obid

Re: Another Perl 5.8 Problem

2003-01-12 Thread Morbus Iff
had no problems with it attempting to install 5.8.0 (even with an old CPAN, you could Ctrl+C your way past most "must install 5.8.0!" idiocies). [1] http://www.disobey.com/amphetadesk/ -- Morbus Iff ( relax have a happy meal ) Culture: http://www.disobey.com/ and http://www.gamegrene.c

Re: Another Perl 5.8 Problem

2003-01-12 Thread Morbus Iff
are unset (specifically LC_ALL), you've got to set that variable in your shell. See the heading "Configure and Options" here: http://developer.apple.com/internet/macosx/perl.html -- Morbus Iff ( putting the sanity back in sanity ) Culture: http://www.disobey.com/ and http://www.g

Re: Writing a Services plugin in Perl?

2003-01-04 Thread Morbus Iff
know how it works out for you. -- Morbus Iff ( i'm wearing footsie jammies here ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: OS X: iTunes to HTML, by yours truly

2002-11-14 Thread Morbus Iff
additional modules needed just for an iTunes parser? That's insane. That's To be more fair and accurate: - I was exaggerating. - Most of the dependencies were second-level ones. It's still early yet. -- Morbus Iff ( relax have a happy meal ) Culture: http://www.diso

Re: OS X: iTunes to HTML, by yours truly

2002-11-14 Thread Morbus Iff
;s missing? >here's a quick Mac::iTunes script to do the same thing. you can do just about >anything you like in the template file. if you want real control, separate >data generation from presentation. :) Heh, funny - I'm a huUUge fan of Text::Template, but decided not to use

OS X: iTunes to HTML, by yours truly

2002-11-13 Thread Morbus Iff
re are some idiocies or places where I can improve on the code. If you have any thoughts, lemme know. -- Morbus Iff ( shower your women, i'm coming ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: AppleScript to Perl w/SOAP

2002-09-22 Thread Morbus Iff
ow. One time, >I stuck it in the ASCII values of a string that appears only in hex, Exactly. My article uses "morbus" as the dummy username, an obvious giveaway. -- Morbus Iff ( united we're bland ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Time::HiRes and perl-5.8.0 on Jaguar

2002-09-19 Thread Morbus Iff
i-tasking had screwed it up, and started the make anew. Didn't happen the second time around. Not sure what the root cause is. -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon.com/exec/o

Re: Locale and 5.8.0 (1 More Mac guy having Unix trouble)

2002-09-18 Thread Morbus Iff
cal ("C"). Take a look here: http://developer.apple.com/internet/macosx/perl.html Under "Configure and Options". -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon.com/exec/o

Re: thinking off the edge

2002-09-01 Thread Morbus Iff
my AmphetaDesk code - you can see some of the simplistic GUI code here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ amphetadesk/AmphetaDesk/lib/AmphetaDesk/OS/ -- Morbus Iff ( i'm wearing footsie jammies here ) Culture: http://www.disobey.com/ and http://www.

Re: Perl, Fink; a trend?

2002-08-30 Thread Morbus Iff
in the fink environment file to NOT change/reset the Perl LD libraries), and everything is working fine on Jaguar, save for a few minor fink-admitted bugs that should be fixed soon (but I've never run into myself). -- Morbus Iff ( i'm the droid you're looking for ) Culture: h

Re: mac X+ perl where is the web folder

2002-08-30 Thread Morbus Iff
>yes, go to www.macdevcenter.org and read all 5 or so excellent articles >by Kevin Hemenway on this subject. He goes by the name Morbus, so the >author may be listed as Morbus. /me coughs. -- Morbus Iff ( shower your women, i'm coming ) Culture: http://www.disobey

Re: [article] Installing 5.8.0 on Jaguar

2002-08-29 Thread Morbus Iff
ary/Perl sitelib='/Library/Perl'; vendorlib='/Network/Library/Perl'; Or, with the /usr prefix: # I'm building/replacing the built-in perl siteprefix='/usr/local'; vendorprefix='/usr/local'; usevendorprefix='define'; # Where to

Re: [article] Installing 5.8.0 on Jaguar

2002-08-29 Thread Morbus Iff
w modules will be installed into there during a CPAN or four-command-salute. -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554 icq: 2927491 / aim: akaMorbus

Re: [article] Installing 5.8.0 on Jaguar

2002-08-29 Thread Morbus Iff
mention earlier that Apache will need to be recompiled, the CGI section >should be more explicit about this, IMO. That'd only be the case if the user was running the scripts under mod_perl - normal CGI scripts won't be affected. -- Morbus Iff ( i'm the droid you're look

[article] Installing 5.8.0 on Jaguar

2002-08-28 Thread Morbus Iff
I've mentioned this here and there, but it's just been released: http://developer.apple.com/internet/macosx/perl.html -- Morbus Iff ( keep out of reach of children ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - ar

Re: Perl and XML?

2002-08-21 Thread Morbus Iff
L::Xpath takes an entire second before a node lookup can be done. > >Does this performance sound right? I have only the simplest needs for Not at all. I use XML::Simple (which uses XML::Parser) to parse upwards of hundreds of XML files at one time in my AmphetaDesk: http://www.disobey.com/amphe

Re: Reverting to 5.6.1

2002-08-20 Thread Morbus Iff
>So, I made the mistake of building 5.8.0 before all the possible >wackiness inherent in that was apparent. Silly me. What sort of errors are you getting? -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/

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

2002-08-17 Thread Morbus Iff
ings, the user still would need a world of knowledge (one, to find out that a symlink and an alias are different, two, to find out that there's BSD underneath, and three, to find out how to create a symlink in the first place). -- Morbus Iff ( were you a community theatre satan? ) Cultur

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

2002-08-16 Thread Morbus Iff
ive two turds about. IMO, Apple has done the best it can to splice the two worlds together - sure, the directories aren't the same for a CLI loving BSD user, but neither is the non-buggy GUI for the Gnome/KDE user . (Note: these opinions are solely my own. Ugh.) -- Morbus Iff ( united we&

Re: Anyone know what Perl Jaguar is coming with?

2002-08-14 Thread Morbus Iff
breed of install, the new Perl is installed into /usr/bin/perl (only). -- Morbus Iff ( keep out of reach of children ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Anyone know what Perl Jaguar is coming with?

2002-08-14 Thread Morbus Iff
>I just assumed some of you on this list have been given betas, golds or >full versions of OS X.2 5.6.0, as before. There are whispers of a "installing 5.8.0" article being released shortly after Jaguar is available. -- Morbus Iff ( i'm the droid you're l

Re: iTunes xml

2002-08-14 Thread Morbus Iff
nly because I haven't experimented with: http://news2.ils.uec.ac.jp/~herr/ This Perl module for Mac OS X emulates MacPerl::DoAppleScript and other built-in MacPerl functions. If you do, I'd love to hear how it went. -- Morbus Iff ( i'm the droid you're looking for ) Cu

Re: Bug ID # 3021747

2002-08-13 Thread Morbus Iff
13 G: 2002 h: Aug H: 22 I: 10 j: 225 k: 22 l: 10 m: 08 M: 40 n: p: PM r: 10:40:56 PM R: 22:40 S: 56 t: (tab) T: 22:40:56 u: 2 U: 32 V: 33 w: 2 W: 32 x: 08/13/02 X: 22:40:56 y: 02 Y: 2002 Z: EDT now I've said my a-b-c's... -- Morbus Iff ( were you a community theatre satan? ) Culture

Re: 5.8.0: Setting locale failed?

2002-08-13 Thread Morbus Iff
C > export LANG=en_US Alright. Under Jaguar, LANG is already set (printenv), so it's a simple: echo "setenv LC_ALL C" >> ~/.tcshrc -- Morbus Iff ( now in fun bath toy! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Fwd: Bug ID # 3021747

2002-08-13 Thread Morbus Iff
255; 8time_t timeAsNumber; 9struct tm *temp; 10char str[256]; -- Morbus Iff ( i am the sexy techgeek ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

5.8.0: Setting locale failed?

2002-08-13 Thread Morbus Iff
our system. perl: warning: Falling back to the standard locale ("C"). This is perl, v5.8.0 built for darwin -- Morbus Iff ( accept no prostitutes ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927

Re: iTunes xml

2002-08-13 Thread Morbus Iff
t http://sourceforge.net/projects/brian-d-foy/>, but this is with the native database, not the XML. -- Morbus Iff ( i'm the droid you're looking for ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Please Me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554 icq: 2927491 / aim

Re: Installing MovableType?

2002-08-03 Thread Morbus Iff
r - they're only if you want to use extended features of Movable Type. -- Morbus Iff ( HOW DO I DELIT TEH TREE FILEZ?!@! ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo:

Re: Installing MovableType?

2002-07-30 Thread Morbus Iff
acdevcenter.com/pub/a/mac/2001/12/14/apache_two.html?page=1 -- Morbus Iff ( cheese and rice saves ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Mac OS X Conference & Perl

2002-07-03 Thread Morbus Iff
at are not part of OS X already. - the cocoa part really is just a gui wrapper - it runs pure perl shipped with the archive, and the communication bridge is setup through STDOUT monitoring. the perl code underneath can be updated without messing with the cocoa. -- Morbus Iff ( che

Re: Mac OS X Conference & Perl

2002-07-03 Thread Morbus Iff
, this is all wants I'll never see personally, since I had to turn down my speaking invite due to complications in getting there. [1] http://www.disobey.com/amphetadesk/ [2] http://www.decafbad.com/ -- Morbus Iff ( HOW DO I DELIT TEH TREE FILEZ?!@! ) Culture: http://www.disobey.com/ a

Re: Movable Type

2002-03-16 Thread Morbus Iff
/49 -- Morbus Iff ( insert pithy quote here ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: Apache on a G4

2002-03-12 Thread Morbus Iff
ct with AppleScript and so on and so forth. The Perl shipped with OS X is the standard Linux Perl available to all Linux distributions - it doesn't have the power to natively reach out to the Finder (but there's been some progress in that area). -- Morbus Iff ( i&#x

Re: Converting a Unix path into a Mac path

2001-10-24 Thread Morbus Iff
OS X's Finder turns all ":" in a Unix name to slashes: # in shell touch "filename:something" # in Finder filename/something -- Morbus Iff ( i am your scary godmother ) http://www.disobey.com/ && http://www.gamegrene.com/ please me: http://www.amazo

Re: OT - OSX 10.1 Apple's generous offer

2001-10-02 Thread Morbus Iff
wrong. I meant to say something to the effect of "9.0 didn't seem worth the cost of paying for it, thus pirating was the way to solve my must-have-later-version addiction"]... -- Morbus Iff ( i am your scary godmother ) http://www.disobey.com/ && http://www.gamegrene.com/ plea

Re: OT - OSX 10.1 Apple's generous offer

2001-10-02 Thread Morbus Iff
buying an operating system that I've been dreaming about ever since I saw a shell. -- Morbus Iff ( i am your scary godmother ) http://www.disobey.com/ && http://www.gamegrene.com/ please me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554 icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Re: OS 10.1 DevTools Now Available...

2001-10-02 Thread Morbus Iff
ORE I finish one of the chunks. Thus, I can't queue them all up and have a good sleep - I have to download one, relogin, download another, relogin, and so on. Bah! I'm only on segment 10 now. And can't get back in. Poo. -- Morbus Iff ( i am your scary godmother ) http:

  1   2   >