Perl coding - Reinventing the Wheel ?

Perl coding - Reinventing the Wheel ?

am 19.06.2008 18:53:21 von Gunwant Singh

Hi all,

I have a dilmma for the last few days. I read an article about '10
things every Perl hacker should know' (available here:
http://articles.techrepublic.com.com/5100-10878_11-6077064.h tml).

And I was concerned about the point that says NOT to reinvent the wheel.
I was just thinking to build up a traversal program for a directory a
couple of days ago and then I read this article.Now Perl has so many
modules made by 'The Gurus'.And I found one of them "File::Find" which
made my work so easy.

I wanted to know , what is your opinion on the same. Should we build up
the code from the very scratch - In that way we learn new ways to build
up the same code which may help in coding something similar in a better
way, or use the modules whenever/wherever they are available.

Any suggestions/opinions will be highly appreciated.

Cheers,
Gunwant Singh.

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Perl coding - Reinventing the Wheel ?

am 19.06.2008 19:07:19 von chas.owens

Build from scratch to teach yourself about things, but use the wheels
already invented for real/production work.

--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

On Jun 19, 2008, at 12:53, Gunwant Singh wrote:

> Hi all,
>
> I have a dilmma for the last few days. I read an article about '10
> things every Perl hacker should know' (available here: http://articles.techrepublic.com.com/5100-10878_11-6077064.h tml)
> .
>
> And I was concerned about the point that says NOT to reinvent the
> wheel. I was just thinking to build up a traversal program for a
> directory a couple of days ago and then I read this article.Now Perl
> has so many modules made by 'The Gurus'.And I found one of them
> "File::Find" which made my work so easy.
>
> I wanted to know , what is your opinion on the same. Should we build
> up the code from the very scratch - In that way we learn new ways to
> build up the same code which may help in coding something similar in
> a better way, or use the modules whenever/wherever they are available.
>
> Any suggestions/opinions will be highly appreciated.
>
> Cheers,
> Gunwant Singh.
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/
>
>


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Perl coding - Reinventing the Wheel ?

am 19.06.2008 19:29:28 von Gunwant Singh

Thank you very much! That answers my question.

Cheers,
Gunwant Singh.

Chas. Owens wrote:
> Build from scratch to teach yourself about things, but use the wheels
> already invented for real/production work.
>
> --
> Chas. Owens
> wonkden.net
> The most important skill a programmer can have is the ability to read.
>
> On Jun 19, 2008, at 12:53, Gunwant Singh wrote:
>
>> Hi all,
>>
>> I have a dilmma for the last few days. I read an article about '10
>> things every Perl hacker should know' (available here:
>> http://articles.techrepublic.com.com/5100-10878_11-6077064.h tml).
>>
>> And I was concerned about the point that says NOT to reinvent the
>> wheel. I was just thinking to build up a traversal program for a
>> directory a couple of days ago and then I read this article.Now Perl
>> has so many modules made by 'The Gurus'.And I found one of them
>> "File::Find" which made my work so easy.
>>
>> I wanted to know , what is your opinion on the same. Should we build
>> up the code from the very scratch - In that way we learn new ways to
>> build up the same code which may help in coding something similar in
>> a better way, or use the modules whenever/wherever they are available.
>>
>> Any suggestions/opinions will be highly appreciated.
>>
>> Cheers,
>> Gunwant Singh.
>>
>> --
>> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
>> For additional commands, e-mail: beginners-help@perl.org
>> http://learn.perl.org/
>>
>>
>
>


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Perl coding - Reinventing the Wheel ?

am 20.06.2008 06:47:14 von Amit Saxena

------=_Part_5789_4715306.1213937235015
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I agree with you as well on this !

On Thu, Jun 19, 2008 at 10:37 PM, Chas. Owens wrote:

> Build from scratch to teach yourself about things, but use the wheels
> already invented for real/production work.
>
> --
> Chas. Owens
> wonkden.net
> The most important skill a programmer can have is the ability to read.
>
>
> On Jun 19, 2008, at 12:53, Gunwant Singh wrote:
>
> Hi all,
>>
>> I have a dilmma for the last few days. I read an article about '10 things
>> every Perl hacker should know' (available here:
>> http://articles.techrepublic.com.com/5100-10878_11-6077064.h tml).
>>
>> And I was concerned about the point that says NOT to reinvent the wheel. I
>> was just thinking to build up a traversal program for a directory a couple
>> of days ago and then I read this article.Now Perl has so many modules made
>> by 'The Gurus'.And I found one of them "File::Find" which made my work so
>> easy.
>>
>> I wanted to know , what is your opinion on the same. Should we build up
>> the code from the very scratch - In that way we learn new ways to build up
>> the same code which may help in coding something similar in a better way, or
>> use the modules whenever/wherever they are available.
>>
>> Any suggestions/opinions will be highly appreciated.
>>
>> Cheers,
>> Gunwant Singh.
>>
>> --
>> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
>> For additional commands, e-mail: beginners-help@perl.org
>> http://learn.perl.org/
>>
>>
>>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/
>
>
>

------=_Part_5789_4715306.1213937235015--