http://www.perlmonks.org?node_id=403298
User since: Oct 28, 2004 at 07:52 UTC (19 years ago)
Last here: Feb 12, 2024 at 06:48 UTC (9 weeks ago)
Experience: 222
Level:Beadle (5)
Writeups: 26
Location:Melbourne, Australia
User's localtime: Apr 18, 2024 at 15:03 +10
Scratchpad: View
For this user:Search nodes

Me@GitHub
Me@StackOverflow
About me


Favourite quotes from the CB

<Aighearach> You don't just copy/paste from examples in docs. There is this great thing called CPAN, it is full of code for you to copy/paste.
<Aighearach> Like if you want to uri-encode a string, don't worry about learning the standard, just copy/paste out of CGI.pm, it's VERY efficient code. You will not write something as efficient, and neither will I. That took merlyn.