Re: perl modules on Mac

2005-08-06 Thread Jan Eden
Sagar Nargundkar wrote on 06.08.2005: >Hi, > >I was trying to install Math::Random and a few other modules on an >iMac G5 working on Mac OS X 10.4 but I had some trouble doing that. >The following message was displayed inspite of having administrative >pivilages - > >mkdir /usr/local/man: Permissi

OO design question

2005-08-06 Thread Jan Eden
Hi, I recently rewrote a program using OO techniques. Because my scripts usually do not exceed two hundred lines, I am not too familiar with OO design guidelines in Perl. So while I got everything to work (with the help of Randal's "Learning Perl ORM"), I am unsure about the preferred way to d

Re: Module question

2005-08-06 Thread Robert
On 8/6/05 12:04 PM, in article [EMAIL PROTECTED], "Xavier Noria" <[EMAIL PROTECTED]> wrote: > On Aug 6, 2005, at 17:32, Robert wrote: > >> If I have ideas for modules I want to contribute do I "register" those >> with CPAN first? > > This page explains the process and gives some advices: > >

Re: Module question

2005-08-06 Thread Xavier Noria
On Aug 6, 2005, at 17:32, Robert wrote: If I have ideas for modules I want to contribute do I "register" those with CPAN first? This page explains the process and gives some advices: http://perldoc.perl.org/perlnewmod.html -- fxn -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Module question

2005-08-06 Thread Robert
If I have ideas for modules I want to contribute do I "register" those with CPAN first? Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: substitution doesn't work on all files ?

2005-08-06 Thread Jeff 'japhy' Pinyan
On Aug 5, Brian Volk said: Now that I have my program working ( much thanks to the group ) I'm totally stumped as to why the substitution only works on some of the .txt files and not all. I'm attaching two files.. 70119.txt and 30700.txt. The s/ / /; in the program below works for file 701

substitution doesn't work on all files ?

2005-08-06 Thread Brian Volk
Hi All,   Now that I have my program working ( much thanks to the group ) I'm totally stumped as to why the substitution only works on some of the .txt files and not all.     I'm attaching two files..  70119.txt and 30700.txt.  The s/ / /; in the program below works for file 70119.txt and

perl modules on Mac

2005-08-06 Thread Sagar Nargundkar
Hi, I was trying to install Math::Random and a few other modules on an iMac G5 working on Mac OS X 10.4 but I had some trouble doing that. The following message was displayed inspite of having administrative pivilages - mkdir /usr/local/man: Permission denied at /System/Library/Perl/5.8.6/ExtUtil