Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Trudging along the learning perl path.

by zentara (Archbishop)
on Apr 15, 2017 at 22:38 UTC ( [id://1188027]=note: print w/replies, xml ) Need Help??


in reply to Trudging along the learning perl path.

Hi, I'm just like you, and have been hacking at Perl code for 20 years as a hobby. The only code that effortlessly flows off of my keyboard is
#/usr/bin/perl use warnings; use strict;
after that, I'm consulting a library of my past code, good snippets which I have saved, or searching google for code examples. An esteemed monk here has a sig which reads "90% of all code has already been written", the secret is to find an existing code template for what you are trying to do. After you get some experience, a well-worded google search will almost always give you some usuable code to get started, the talent is in knowing the vocabulary of the language well enough to launch a precise search for your intended purpose.

Also when you see a good snippet, or write something yourself, save it in a personal code library so that when you need a script template, some time down the road, you just pull it out of your existing library. After 20 years, my Perl snippet collection is around 10 gig's !! It pays to have your collection in a set of useful subdirectories, like "file operations", "ascii hex", IPC, Tk, Gtk2, cgi, etc, etc, etc.

Don't worry, you are normal. :-)


I'm not really a human, but I play one on earth. ..... an animated JAPH

Log In?
Username:
Password:

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

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

    No recent polls found