Grokbase Groups Perl macosx June 2003
FAQ

Search Discussions

38 discussions - 122 posts

  • I ask only because it came up here before and I can find nothing online about it... I'm trying to do some things in japanese on my OSX box, unfortuanately my japanese isn't terribly good so any help ...
    Nicholas G. ThorntonNicholas G. Thornton
    Jun 16, 2003 at 7:04 pm
    Jul 15, 2003 at 1:35 am
  • I have gotten into a situation where I had to reinstall Mac OS X from scratch (bad drive, months of ignorant marketeer meddling). I have the standard Mac OS X 10.2 install. I don't use fink, I do use ...
    Lorin RiversLorin Rivers
    Jun 17, 2003 at 2:54 am
    Jun 20, 2003 at 4:11 pm
  • I am working through the exercises in Chapter 1 of Learning Perl, Second Edition, O'Reilly publishers. I am using MacOS X (10.1.5), and Perl, v.5.6.0. An excerpt from one of the author's programs ...
    Richard E . AdamsRichard E . Adams
    Jun 4, 2003 at 3:24 am
    Jun 9, 2003 at 5:10 am
  • Porters, I would like to propose that we make useshrplib='false' default for darwin to resolve prebinding woes. I said "update_prebinding -root /" should resolve the problem but only temporarily. ...
    Dan KogaiDan Kogai
    Jun 3, 2003 at 4:30 pm
    Jun 4, 2003 at 3:33 pm
  • The final ShuX 2.0 will be part of the 0.3 release of CamelBones, but meanwhile here's a beta that works with 0.2. I'm calling it beta because it has a few quirks, but it's "dog food" - I use it on a ...
    Sherm PendleySherm Pendley
    Jun 26, 2003 at 9:54 am
    Jun 27, 2003 at 7:07 pm
  • Has anyone heard what version of perl is included in the Panther developer's preview? m:att d:iephouse
    Matthew DiephouseMatthew Diephouse
    Jun 24, 2003 at 12:55 am
    Jun 25, 2003 at 8:55 pm
  • I'm trying to find out what encoding has been used on a file. It was created in a text editor under OS9, but edited also under OSX, the scripe below outputs: Encode::XS=SCALAR(0x94a2c), which when ...
    RobinRobin
    Jun 24, 2003 at 11:39 am
    Jun 25, 2003 at 8:06 am
  • Dearest and most learned MacOS X / Perl worthies, I've had problems recently trying to update my Perl modules ... I got a lot of this sort of thing: t/06gzdopen.....dyld: /usr/bin/perl Undefined ...
    Christopher D . LewisChristopher D . Lewis
    Jun 4, 2003 at 1:49 am
    Jun 13, 2003 at 8:46 am
  • I have some repeating data E.g. 1119 1117 CCCAAAGACA C T CCCCCACAGT 5 The 1st 3 columns and the 6th are separated by 10 positions. The 4,5, and 7th columns are separated by 4 positions. I need a ...
    Ari KahnAri Kahn
    Jun 9, 2003 at 1:18 pm
    Jun 10, 2003 at 7:34 pm
  • Apologies for the cross-posting, but I feel like I'm pulling the loose thread out of a sweater here, and it's getting annoying to see just far things can unravel. To avoid unnecessary cross-posting, ...
    Chris DeversChris Devers
    Jun 26, 2003 at 6:43 am
    Jul 14, 2003 at 3:50 pm
  • Hey all, sorry for this newbie question, but i'm stuck in getting back a text from an NSTextView. inserting text is easy : $self- {'MajRVAffiche'}- insertText("blablabla"); but getting it back with : ...
    Yvon ThoravalYvon Thoraval
    Jun 26, 2003 at 7:50 am
    Jun 26, 2003 at 8:38 am
  • Hey all, i'm using perl 5.8 over macos x.2.6 in /opt and the latest CamelBones FrameWork, i'm unable to make a script working within CamelBones/Project Buider althought it works fine from command ...
    Yvon ThoravalYvon Thoraval
    Jun 22, 2003 at 7:29 am
    Jun 23, 2003 at 2:16 pm
  • Hi, I'm sure this has been brought up before, but I can't find any resolution to it in my mailboxes. How can I write OS X Services in Perl? For instance, if I'm editing a new message in Mail.app, I'd ...
    Ken WilliamsKen Williams
    Jun 2, 2003 at 8:21 pm
    Jun 3, 2003 at 1:37 am
  • I'm trying to get DBD::Sybase 1.00 to work on 10.2. It seems to 'make' correctly, but 'make test' gives me an error like this for every test: t/base..............dyld: /usr/bin/perl Undefined ...
    Don RainwaterDon Rainwater
    Jun 23, 2003 at 3:38 pm
    Jul 8, 2003 at 1:14 am
  • Dear All, I know that this has been discussed before, but right now I cannot find any posting that seems to provide the answer to my particular version of the problem. The problem is: I cannot ...
    Marco BaroniMarco Baroni
    Jun 27, 2003 at 6:50 pm
    Jun 27, 2003 at 8:43 pm
  • Can anyone get this script to work? #!/usr/bin/perl use warnings; use strict; use Compress::Zlib; use LWP 5.64; my $url = 'http://www.disobey.com/'; my %headers = ( 'Accept-Encoding' = 'gzip' ); my ...
    Morbus IffMorbus Iff
    Jun 27, 2003 at 2:08 am
    Jun 27, 2003 at 2:44 am
  • Hey, The archives for this list at http://archive.develooper.com/macosx%40perl.org/ seem to have gone on a lunch break - anyone know what happened? -Ken
    Ken WilliamsKen Williams
    Jun 25, 2003 at 5:26 pm
    Jun 25, 2003 at 5:54 pm
  • hey all, i have a checkbox named saying "myCB", when i used CamelBones with Perl 5.6 reading this check box by : my $okHTML = $self- {'myCB'}- stringValue; returns 0 or 1 depending upon 'm y CB' ...
    Yvon ThoravalYvon Thoraval
    Jun 25, 2003 at 12:25 pm
    Jun 25, 2003 at 12:46 pm
  • Hello, I am trying to install LWP via CPAN for Perl 5.8, but get the apparently usuall errors indicating there is an incompatibility problem between old 5.6 and the new 5.8 modules: ...
    Alexander von BelowAlexander von Below
    Jun 19, 2003 at 12:57 pm
    Jun 19, 2003 at 1:29 pm
  • For some reason, I don't seem to be able to find ftp.perl.org ... which is not a good thing from perspective of trying to use a dummy's approach to CPAN. At least not for this dummy. -- Walt Pawley ...
    Walt PawleyWalt Pawley
    Jun 3, 2003 at 12:37 am
    Jun 18, 2003 at 10:25 pm
  • I hate to beat a dead horse here, but I'm getting some errors from CPAN.pm after installing 5.8. I used the update package from http://serverlogistics.com I've fixed the fink issues I've experienced ...
    Matthew DiephouseMatthew Diephouse
    Jun 11, 2003 at 3:58 pm
    Jun 17, 2003 at 7:15 am
  • Hi, I am trying to install gd.pm. There are some problems encountered during the installation. ([email protected]) GD-1.18 [53] - make DEFINE=''; export DEFINE INC; \ cd libgd && make -e all cc -c -xO3 ...
    Enli HuangEnli Huang
    Jun 12, 2003 at 9:35 am
    Jun 13, 2003 at 6:41 pm
  • It doesn't need to run from within X11, does it? I don't know if the current version of wxPerl does Aqua graphics, or if it just relies on X for that, but if it's the latter you may need to fire up X ...
    Chris DeversChris Devers
    Jun 10, 2003 at 8:02 pm
    Jun 10, 2003 at 8:44 pm
  • That is the difference between a volume and a directory. Volume must be the physical root of where all other subdirectories reside and Startup Disk does see the difference. It only checks volumes, ...
    Dan KogaiDan Kogai
    Jun 7, 2003 at 3:21 am
    Jun 8, 2003 at 4:03 pm
  • Thanks to the responses I've got to my [email protected] posting, plus further discussion on the Perl-XML list, I was finally able to install XML::LibXML on my computer (OS X 10.2.6 with perl 5.8.0 ...
    Marco BaroniMarco Baroni
    Jun 28, 2003 at 10:13 pm
    Jun 28, 2003 at 10:13 pm
  • I've uploaded the first CamelBones 0.3 build to my site - <http://www.dot-app.org ;-) Yep, it's here - the long-awaited CamelBones 0.3. Not quite ready for prime time, but it builds cleanly (no ...
    Sherm PendleySherm Pendley
    Jun 28, 2003 at 10:11 pm
    Jun 28, 2003 at 10:11 pm
  • For those of you wondering about the details of the Perl included in the Panther dev. release, and whose curiousity is piqued by Matthew Diephouse's perl -v report, I point you to: ...
    Geoffrey F. GreenGeoffrey F. Green
    Jun 25, 2003 at 10:48 pm
    Jun 25, 2003 at 10:48 pm
  • hi rather OT i gather but maybe its a general case on all platforms/dbs i have an annoying problem with sql server, maybe someone have encountered something similar - it concerns special (danish) ...
    Allan juulAllan juul
    Jun 25, 2003 at 6:55 am
    Jun 25, 2003 at 6:55 am
  • I have found the detailed instructions about how to solving the problem of Tk with Perl 5.8.0 and Mac 10.2 on http://www.lehigh.edu/~sol0/Macintosh/X/ptk/. But on my Mac OS X 10.2.6, I have Perl ...
    AdelejAdelej
    Jun 23, 2003 at 5:37 pm
    Jun 23, 2003 at 5:37 pm
  • firstevall i have to say camelbones is great for people as me making small apps for web dev. however at that time i'm stuck with XML::LibXML. the script part using LibXML has been tested apart of ...
    Yvon ThoravalYvon Thoraval
    Jun 22, 2003 at 6:36 am
    Jun 22, 2003 at 6:36 am
  • I'm trying to find out what encoding has been used on a file. It was created in a text editor under OS9, but edited also under OSX, the scripe below outputs: Encode::XS=SCALAR(0x94a2c), which when ...
    RobinRobin
    Jun 20, 2003 at 8:40 am
    Jun 20, 2003 at 8:40 am
  • While doing a fresh install of Perl 5.8 (as outlined here: http://developer.apple.com/internet/macosx/perl.html), I get a test-error with hostname.t: Use of uninitialized value in string eq at ...
    Alexander von BelowAlexander von Below
    Jun 19, 2003 at 10:20 pm
    Jun 19, 2003 at 10:20 pm
  • I will be at WWDC and I'd love to put faces with names. I will be lurking in the MacTech booth @ the exhibitor fair and trying to sneak into sessions with my lame exhibitor badge (from speaker to ...
    Lorin RiversLorin Rivers
    Jun 19, 2003 at 6:35 pm
    Jun 19, 2003 at 6:35 pm
  • machine is running OSX cl 10.2.6 perl 5.6 installed as standard perl 5.8 intsalled under my /Users/robin/usr/local installed GNU readline 2.1 I get the errors listed below when trying to install ...
    RobinRobin
    Jun 18, 2003 at 9:31 am
    Jun 18, 2003 at 9:31 am
  • I use a perl script and cron instead of a system daemon but how is citing this helping the original poster who is puzzled by the undocumented behaviour of what is supposed to be an easy example in ...
    RobinRobin
    Jun 9, 2003 at 8:41 am
    Jun 9, 2003 at 8:41 am
  • 0

    FAQ

    Hello, Is there a faq for this list? or should we/I start one? jonasbn
    Jonas B . NielsenJonas B . Nielsen
    Jun 7, 2003 at 8:25 am
    Jun 7, 2003 at 8:25 am
  • [..] I know that Richard is working two sets of questions: a. how do I do this specific thing from learning perl b. how do I do email with perl May I highly recommend ...
    DrieuxDrieux
    Jun 4, 2003 at 6:39 pm
    Jun 4, 2003 at 6:39 pm
  • That's a document bug. POD renders I<italic to italic but that was in verbatim section so it does not get rendered. Will be fixed in future. Sorry. Yes. Just like -xdev option of find(1). Unlike ...
    Dan KogaiDan Kogai
    Jun 1, 2003 at 9:44 pm
    Jun 1, 2003 at 9:44 pm
Group Navigation
period‹ prev | Jun 2003 | next ›
Group Overview
groupmacosx @
categoriesperl
discussions38
posts122
users48
websiteperl.org

48 users for June 2003

Robin: 16 posts Joel Rees: 9 posts Ken Williams: 9 posts Dan Kogai: 7 posts Sherm Pendley: 7 posts Yvon Thoraval: 6 posts David Cantrell: 5 posts Matthew Diephouse: 4 posts Alexander von Below: 3 posts Dan Mills: 3 posts Lorin Rivers: 3 posts Michael Maibaum: 3 posts Nicholas G. Thornton: 3 posts Ward W. Vuillemot: 3 posts Andy Lester: 2 posts Chris Devers: 2 posts Chris Devers: 2 posts Chris Nandor: 2 posts Drieux: 2 posts Marco Baroni: 2 posts
show more
Archives