Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Trudging along the learning perl path. -- wrong path? :=)

by Discipulus (Canon)
on Apr 15, 2017 at 21:37 UTC ( [id://1188023]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Trudging along the learning perl path. -- wrong path? :=)
in thread Trudging along the learning perl path.

Hello again,

While i'm not a professional perl developer, but i bet yes; i saw them.

Then, have you seen my signature? ;=)

But look from another perspective: having or well using a module is a little price you pay, generally. If you use core modules, which every perl incarnation has ( http://perldoc.perl.org/index-modules-A.html ), the way is super plain: they are, for sure, better implemented than my or your code, they are tested a lot, they will remains stable during ages..

Normally a well desinged module push in just the code you want like in use List::Util qw(any); so you pay quite nothing.

CPAN is full, leterally, of useful modules too; here is preferable to choose carefully a well developped module, a famous and widely tested, or be able to understand what it is really doing: the risk to indroduce something unxepcted is present; with core modules is rare (by experience if i find something wrong with perl itself and it's core module i start looking for what i misunderstood about..).

Experimental features are by other hand to avoid unless playing with the language to learn.

I smiled the last time i was called Disci+ anyway; Discipulus is ancient latin word meaning pupil or student ;=)

PS: another good way to learn is creating an account on perlmonks.org asking and observing questions from others and their replies

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1188023]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-28 15:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found