Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-05 Thread Dr.Ruud
tom smith wrote: Ok, I tried to install List::MoreUtils using CPAN, but it didn't work. Much easier: http://www.macports.org/ -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-03 Thread tom smith
On Mon, Nov 2, 2009 at 3:47 PM, Jeremiah Foster wrote: > > On Nov 2, 2009, at 20:38, tom smith wrote: > > On Mon, Nov 2, 2009 at 8:02 AM, Peter Scott wrote: >> >> On Mon, 02 Nov 2009 04:25:18 -0700, Tom Smith wrote: >>> >>> I believe that your HTML::Parser needs upgrading. But you're getting

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread Jeremiah Foster
On Nov 2, 2009, at 20:38, tom smith wrote: On Mon, Nov 2, 2009 at 8:02 AM, Peter Scott wrote: On Mon, 02 Nov 2009 04:25:18 -0700, Tom Smith wrote: I believe that your HTML::Parser needs upgrading. But you're getting the system one, which is often dangerous to touch. I think you should

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread tom smith
On Mon, Nov 2, 2009 at 8:02 AM, Peter Scott wrote: > On Mon, 02 Nov 2009 04:25:18 -0700, Tom Smith wrote: > > base/message-charset.t 1/21 Can't locate > > auto/HTML/Parser/utf8_mode.alin @INC (@INC contains: ../blib/lib > > ../blib/arch ../. > > /System/Library/Perl/5.8.6/darwin-thread-multi

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread Peter Scott
On Mon, 02 Nov 2009 04:25:18 -0700, Tom Smith wrote: > base/message-charset.t 1/21 Can't locate > auto/HTML/Parser/utf8_mode.alin @INC (@INC contains: ../blib/lib > ../blib/arch ../. > /System/Library/Perl/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/5.8.6 > /Library/Perl/5.8.6/darw

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread tom smith
On Mon, Nov 2, 2009 at 5:36 AM, Shameem Ahamed wrote: > > I think, it is installed successfully. > > Please run the below script to make sure that it is installed. > > use LWP::Simple; > > print "LWP/Simple.pm is installed in   $INC{'LWP/Simple.pm'} \n"; > $ perl --version This is perl, v5.8.6 bu

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread Shameem Ahamed
install // here we are skipping the make test, step Regards, Shammi > >From: tom smith >To: Shameem Ahamed >Cc: beginners@perl.org >Sent: Mon, November 2, 2009 4:55:18 PM >Subject: Re: tried to install my first module (Mac OSX 10.4.11) > > > > >On Mon, Nov 2

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread tom smith
On Mon, Nov 2, 2009 at 3:45 AM, Shameem Ahamed wrote: > Tom, > > The make test it self returned error. > > So the problem is not with the cpan. Please check you have all the > dependencies met. You can paste the make test results here. It will show the > exact dependency errors. > > or else, get t

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread tom smith
On Mon, Nov 2, 2009 at 3:45 AM, Shameem Ahamed wrote: > Tom, > > The make test it self returned error. > > So the problem is not with the cpan. Please check you have all the > dependencies met. You can paste the make test results here. It will show the > exact dependency errors. > > or else, get t

Re: tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread Shameem Ahamed
/id/G/GA/GAAS/libwww-perl-5.833.tar.gz and manually try. Shammi - Original Message > From: tom smith > To: beginners@perl.org > Sent: Mon, November 2, 2009 2:25:35 PM > Subject: tried to install my first module (Mac OSX 10.4.11) > > 1) I did: > > $ sudo cpan &

tried to install my first module (Mac OSX 10.4.11)

2009-11-02 Thread tom smith
1) I did: $ sudo cpan which asked me a lot of questions. I accepted the defaults. 2) Then as described here: http://sial.org/howto/perl/life-with-cpan/macosx/ I did: cpan> o conf makepl_arg "INSTALLBIN=/usr/local/bin INSTALLSCRIPT=/usr/local/bin" cpan> o conf commit 3) Then I did: cpan>

RE: First module

2004-09-15 Thread perl.org
> you certainly have given this module more thought than I did, To be fair, I've had to write this for about 10 clients in 3 languages (Java, C# and Perl). -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: First module

2004-09-15 Thread Johnstone, Colin
Hi John, you certainly have given this module more thought than I did, you've given me something to think about. Thank you. Colin -Original Message- From: perl.org [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 1:27 AM To: [EMAIL PROTECTED] Subject: Re: First m

Re: First module

2004-09-15 Thread Randal L. Schwartz
> "Colin" == Colin Johnstone <[EMAIL PROTECTED]> writes: Colin> my $class = ref($proto) || $proto; Please, no. See the last paragraphs of . -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECT

Re: First module

2004-09-14 Thread Randy W. Sims
On 9/14/2004 8:22 PM, Johnstone, Colin wrote: Gidday all, I have written a module to be used with our CMS 'Teamsite' I wonder if any of you Perl gurus can see any holes in this. It has methods to return the following 1) branch path 2) branch name 3) workarea 4) local path any help appreciated thank

First module

2004-09-14 Thread Johnstone, Colin
Gidday all, I have written a module to be used with our CMS 'Teamsite' I wonder if any of you Perl gurus can see any holes in this. It has methods to return the following 1) branch path 2) branch name 3) workarea 4) local path any help appreciated thank you Colin given the following file path f

Burn Baby Burn! was Re: First module!!! YAAAAY!!! :)

2003-12-11 Thread drieux
On Dec 11, 2003, at 3:27 PM, Tassilo von Parseval wrote: [..] This is why Perl6 is on its way and promises to solve a lot of those problems. Sometimes something functional has to be torn down in order to build something better. [..] Depending upon which day of the week it is, I am either excited

Re: First module!!! YAAAAY!!! :)

2003-12-11 Thread Tassilo von Parseval
On Thu, Dec 11, 2003 at 11:29:14AM -0800 drieux wrote: > > On Dec 11, 2003, at 10:28 AM, Tassilo von Parseval wrote: > [..] > > And since my attempts to get the specs for these META.yml failed, > >I am the more happy that the latest EU::MakeMaker creates it for me. > [..] > > Excuse me while I gi

Re: First module!!! YAAAAY!!! :)

2003-12-11 Thread drieux
On Dec 11, 2003, at 10:28 AM, Tassilo von Parseval wrote: [..] And since my attempts to get the specs for these META.yml failed, I am the more happy that the latest EU::MakeMaker creates it for me. [..] Excuse me while I giggle UNCONTROLably ( yes, I know that is read as 'screaming, in some ascii

Re: First module!!! YAAAAY!!! :)

2003-12-11 Thread Tassilo von Parseval
On Thu, Dec 11, 2003 at 09:32:18AM -0800 drieux wrote: > On Dec 10, 2003, at 11:35 PM, Tassilo von Parseval wrote: > >a decent META.yml is created and added to the distribution. > > I'm still working out if i really 'get it' > about the 'yml' trend. I haven't yet grokked it either. AFAIK it's o

Re: First module!!! YAAAAY!!! :)

2003-12-11 Thread drieux
On Dec 10, 2003, at 11:35 PM, Tassilo von Parseval wrote: On Wed, Dec 10, 2003 at 02:26:40PM -0800 drieux wrote: On Dec 10, 2003, at 4:39 AM, Ben Crane wrote: [..] 5.8.2's h2xs [..] in accordance with the preferred style of CPAN modules: [EMAIL PROTECTED]:/tmp$ h2xs5.8.2 -b 5.6.0 -AX Wetware:

Re: First module!!! YAAAAY!!! :)

2003-12-11 Thread Tassilo von Parseval
On Wed, Dec 10, 2003 at 02:26:40PM -0800 drieux wrote: > On Dec 10, 2003, at 4:39 AM, Ben Crane wrote: > > >Just sat done and put together my FIRST MODULE > It appears that perl5.8.1 rev of h2xs has some > minor changes: > [jeeves: 28:] h2xs -AX Wetware::Pid >

Re: First module!!! YAAAAY!!! :)

2003-12-10 Thread R. Joseph Newton
Ben Crane wrote: > Hi all, > > Just sat done and put together my FIRST MODULE > I went through an edited/modifyed text::parsewords and > after lots of testing, editing and playing around > with...I got it to work! I didn't realize it could be > THIS easy! I have bee

Re: First module!!! YAAAAY!!! :)

2003-12-10 Thread drieux
On Dec 10, 2003, at 4:39 AM, Ben Crane wrote: Just sat done and put together my FIRST MODULE congratulations. [..] I have been playing around with h2xs and getting really confused. If I understand this, the *.pm file is standalone and will work on pretty much any platform?? So if I write

First module!!! YAAAAY!!! :)

2003-12-10 Thread Ben Crane
Hi all, Just sat done and put together my FIRST MODULE I went through an edited/modifyed text::parsewords and after lots of testing, editing and playing around with...I got it to work! I didn't realize it could be THIS easy! I have been playing around with h2xs and getting really con

Re: My First Module Advice

2002-09-26 Thread Paul Johnson
On Wed, Sep 25, 2002 at 08:34:26PM -0400, Bob Showalter wrote: > > having said that, i do not mean that anyone should write a silly module > and > > submit it to CPAN > > Heck, there's even a namespace for *that* > > http://www.cpan.org/modules/by-module/Silly/ > > :~) Don't forget about the

Re: My First Module Advice

2002-09-26 Thread James Edward Gray II
Hate to reply to my own post here, but I'm also discussing these issues on comp.lang.perl.modules (see I did read the CPAN docs) and some people have asked me to post the module. I did that, so I just wanted to mention that it's up and welcome any and all feedback on code or documentation, if

Re: My First Module Advice

2002-09-25 Thread Michael Fowler
On Wed, Sep 25, 2002 at 06:51:14PM -0500, James Edward Gray II wrote: > On Wednesday, September 25, 2002, at 05:08 PM, Michael Fowler wrote: > >I looked for telnet servers and found a few things. There's an OurNet > >namespace for some sort of BBS system, and an Anarres::Mud::Driver > >namespac

Re: My First Module Advice

2002-09-25 Thread david
Bob Showalter wrote: > http://www.cpan.org/modules/by-module/Silly/ oh my god! i don't really mean to insult whoever wrote the module. i am just using it as an example. :) david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: My First Module Advice

2002-09-25 Thread Bob Showalter
- Original Message - From: "david" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 6:37 PM Subject: Re: My First Module Advice > ... > having said that, i do not mean that anyone should write a silly module and > submit i

Re: My First Module Advice

2002-09-25 Thread david
James Edward Gray II wrote: > On Wednesday, September 25, 2002, at 05:37 PM, david wrote: > >> bug, more efficient, more portable, etc. who knows maybe James' module >> is >> more efficient than the already exist CPAN module, maybe it's more >> portable, maybe it's easier to use, maybe it has l

Re: My First Module Advice

2002-09-25 Thread James Edward Gray II
On Wednesday, September 25, 2002, at 05:37 PM, david wrote: > bug, more efficient, more portable, etc. who knows maybe James' module > is > more efficient than the already exist CPAN module, maybe it's more > portable, maybe it's easier to use, maybe it has less or no bug, so > even > there al

Re: My First Module Advice

2002-09-25 Thread James Edward Gray II
On Wednesday, September 25, 2002, at 05:08 PM, Michael Fowler wrote: > You mention your module is a telnet server. Is that accurate? Does it > actually understand the telnet protocol? It is accurate, yes. It includes a basic Telnet implementation that denies most options, and handles things

Re: My First Module Advice

2002-09-25 Thread Michael Fowler
On Wed, Sep 25, 2002 at 03:37:51PM -0700, david wrote: > a lot of modules in CPAN have overlap functionality. they exist solely > for the users' benefit. It depends on the module, and for many of the modules that may be true. But there is another reason there are overlapping modules on CPAN: the

Re: My First Module Advice

2002-09-25 Thread david
Michael Fowler wrote: > On Wed, Sep 25, 2002 at 03:34:26PM -0500, James Edward Gray II wrote: >> '2.1 Do similar modules already exist in some form?' > [snip] >> My newly coded module is a Multiplexed Non-blocking I/O Telnet Server. >> It was written with an eye towards serving MUDs, MUSHes, and

Re: My First Module Advice

2002-09-25 Thread Michael Fowler
On Wed, Sep 25, 2002 at 03:34:26PM -0500, James Edward Gray II wrote: > '2.1 Do similar modules already exist in some form?' [snip] > My newly coded module is a Multiplexed Non-blocking I/O Telnet Server. > It was written with an eye towards serving MUDs, MUSHes, and similar > games, because th

My First Module Advice

2002-09-25 Thread James Edward Gray II
Howdy: (Warning: Questions require background, so this is a touch long. Sorry about that.) Okay, I've written, debugged, documented, etc a module. I think it turned out well and might even be worth submitting to the CPAN. I'm reading through the 'Guidelines for Module Creation' now, to se