Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Schwern earned this badge 72 times |
may 12 at 19:34
How do I install g++ for fedora?
jan 14 at 7:31
What are valid Perl module return values?
dec 15 at 1:39
How can Perl's print add a newline by default?
dec 1 at 0:06
Is there a way to set an environment var in Perl and export it out of the scope of the script?
nov 16 at 10:33
Problems opening more than 10,000 files in Perl
oct 21 at 8:44
Perl: How to import subroutines from base class?
sep 11 at 14:04
Password storage in source control
sep 5 at 8:14
How can I use Moose with Test::Class?
may 17 '12 at 10:09
Test::File::Find::Rule check that all our perl scripts have use strict
may 9 '12 at 12:47
How do I import a third party lib into git?
may 2 '12 at 21:29
Using regex to extract URLs from plain text with Perl
apr 26 '12 at 15:35
Two versions of Perl in Mac OS X?
apr 13 '12 at 20:42
How do I detect if stdout is connected to a tty in Perl?
apr 11 '12 at 0:51
“The Social Network” programming puzzle
mar 14 '12 at 17:15
Using closures to modify classes within Perl BEGIN blocks
mar 6 '12 at 20:50
Perl: splice() array using subroutine
mar 5 '12 at 23:21
How do I get the dirname of a file with Perl?
dec 29 '11 at 21:51
What should I use for a Perl script's shebang line?
oct 14 '11 at 19:40
How can I tell if a file is older than 30 minutes from /bin/sh?
oct 11 '11 at 22:38
Is this worth doing for practice and learning, without modules (Perl)
sep 16 '11 at 17:28
Perl: mocking -d -f and friends. How to put them into CORE::GLOBAL
sep 8 '11 at 20:46
Level of detail of your unit tests
sep 4 '11 at 17:52
perl one-liner print everything except last line
aug 11 '11 at 20:04
Why use definition lists (DL,DD,DT) tags for HTML forms instead of tables?
jul 23 '11 at 14:17
What's the most efficient way to check for duplicates in an array of data using Perl?
jul 15 '11 at 15:48
How can I use a variable's value as a Perl variable name?
jul 7 '11 at 2:49
Using SCRUM in a company that imposes strict governance on the development process?
may 10 '11 at 12:57
Which framework should I use to write modules?
apr 24 '11 at 2:35
Completely remove unwanted file from Git repository history
apr 21 '11 at 22:08
How can I add time information to STDERR output in Perl?
apr 16 '11 at 22:10
Returning error messages from perl subroutines
apr 12 '11 at 20:57
How is writing a C interface easier in Ruby than Perl?
mar 16 '11 at 4:14
Is it possible to conditionally “use bigint” with Perl?
feb 16 '11 at 23:08
How can I obfuscate JavaScript?
feb 10 '11 at 13:13
Is perl the fastest way to write a high performance page?
jan 15 '11 at 22:34
What's the best practice for changing working directories inside scripts?
jan 10 '11 at 15:53
Is this trivial function silly?
sep 6 '10 at 13:35
Can I change lines of code in a loaded module in Perl?
aug 21 '10 at 15:48
What are the pros and cons of XML and JSON?
may 26 '10 at 13:12
why are function calls in Perl loops so slow?
may 19 '10 at 16:07
How do I sort a Perl hash that has tons of data?
may 3 '10 at 11:37
How can I override Perl functions, enabling multiple overrides?
mar 19 '10 at 20:12
Why would I return a hash or a hash reference Perl?
mar 12 '10 at 9:27
How do I create new variables with indexed names in Perl?
jan 19 '10 at 22:12
How do I extract and parse quoted strings in Perl?
jan 12 '10 at 22:37
Should I use YAML or JSON to store my Perl data?
jan 2 '10 at 3:02
How does Parrot compare to other virtual machines?
dec 24 '09 at 19:12
(post deleted or otherwise unavailable)
dec 10 '09 at 18:17
Is it faster to give Perl's print a list or a concatenated string?
dec 10 '09 at 17:17
Should I learn Perl 5 OO or Moose first?
dec 7 '09 at 4:52
Is my book too old to learn from? (perl)
nov 1 '09 at 14:27
How can I pre-allocate a string in Perl?
sep 23 '09 at 14:32
Perl - How to access and array element that's held within another array
jul 21 '09 at 2:07
How can I write Perl that doesn't look like C?
jun 18 '09 at 7:42
How can I parse dates and convert time zones in Perl?
jun 16 '09 at 10:27
Do you prefer “if (var)” or “if (var != 0)”?