http://qs321.pair.com?node_id=668384
missingthepoint's user image
User since: Feb 17, 2008 at 04:07 UTC (16 years ago)
Last here: May 25, 2010 at 12:19 UTC (14 years ago)
Experience: 1134
Level:Friar (9)
Writeups: 159
Location:Adelaide, South Australia
Favorite food:Green tea (matcha!)
Closet:Megalomaniac
User's localtime: Mar 29, 2024 at 14:43 UTC
Scratchpad: View
For this user:Search nodes
Watch for posts by this user

^^ in natural habitat

Perl stuff moved below.


Jesus Christ, κυρίου Ιησοῦ Χριστοῦ, Yeshua HaMashiach

Me

First and foremost, I'm a Christian. That's my primary identity, before "Perl monk", or "Perl hacker", or anything else. I should quote the word because I don't like the connotations it carries nowadays, and while I consider it a noble label it might communicate something else entirely to you.

The connotations I don't think are accurate (and hence don't imply by the use of 'Christian'):

Jesus Christ

What I do intend to communicate by 'Christian' is that I have a relationship with Jesus Christ, the Jewish carpenter who was God Himself. This means several things:

Both these things are exceedingly wonderful, and are also entirely undeserved on my part. They are pure grace, blessings of God. They result from who God is: let me tell you about Him.

God's character

The Sharp End

God is moral. He has standards for human behavior. Human sin is primarily the rejection of God Himself, but also the consequent rejection of His standards. This is not a trifling matter - sin deeply offends God. And He will not allow it to exist unchallenged (or unpunished). You yourself have sinned, and deeply offended Him. You deserve His judgement... in other words, you deserve to die, eternally. God must punish your sin - it offends Him that deeply. He is disgusted by it.

But He is love! With those two words He defines Himself. He loves you more than you can possibly imagine! To satisfy His moral nature, and yet have mercy on YOU, He chose to bear His own punishment. He became a man and lived as a human should. He didn't sin, at all.

And then he took the punishment you so richly deserve. He bore the punishment for all your sin - all of it! And if you would believe in Him, in Jesus Christ, and in what He has done for you - there is no condemnation for you, nor punishment. God the Father can call you His child. And that is an amazing thing. :)




Perl Mnemonics

** please PM me if you have mnemonics not listed here **

Why?

Because Perl is such a rich language, there's a lot to keep straight in your head. Mnemonics are a lot quicker than consulting the docs, especially if you can't remember (hehe) which docs you need to consult.

The Mnemonics

To RememberUse the Mnemonic...Source
Order of characters in regex binding operatorthe negated comparison for the regex binding operator is !~, which has the same order as !=, and thus, the regex binding operator must be =~.Re: Stupid mistakes I repeatedly make
Distinguish /s and /m regex modifiers
  • /s modifies the behaviour of a Single metacharacter (.)
  • /m modifies the behaviour of Multiple metacharacters (^ and $)
Re: Mnemonic Devices for Perl Programming
Distinguish input and output record separators
I/O $/ - droplet falls to left, or I - input record seperator $\ - droplet falls to right, or O - output record separator
The parable of the falling droplet
Distinguish output separators
$\ goes where you put a \n in your print() $, goes where you put a , in your print()
japhy (source further)
Remember how to sort by length, descending
sort { length $b <=> length $a } @vals ('b' has a higher ASCII value than 'a' and comes first, so it's descen +ding)
me

Favorite nodes

(Sorted chronologically per section - i.e. by node ID, ascending

General

Debugging

Perl 6

Web

At some point you'll want to use Perl in a web-client-ish capacity. I'll save you the trouble: just use WWW::Mechanize. It gives you all the functionality of LWP::UserAgent, and then some (yes, it's a subclass). If you need to handle Javas‎crip‎t, WWW::Selenium might help.

Database

Inline

Tutorials

Home nodes

for varying reasons of low entropy, profundity, humor, et al:

Lesser-known corners of the Monastery

How about... a satiated monk PM mockup? Or Perlmonks Usernames 101? Or some braindumps of the early devs? Or the home node of that long-time member of Societas Eruditorum? (I think it meant to say 'great red hair'.) Or proof the gods are telepathic? Or The Go Poem?

Who posted first at Perlmonks?

I'll define 'first post' as first non-testing, non-gods, non-root, non-PM-page, non-site-functionality node. Then, contrary to popular opinion, it wasn't paco... it was nate! Right here.