Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
eugene y earned this badge 56 times |
mar 21 at 16:41
How to replace text between quotes in vi
mar 21 at 0:25
How to access data stored in Hash
mar 16 at 14:01
How do you do block comment in yaml?
feb 27 at 16:49
cp -r without hidden files
feb 26 at 21:53
Easy way to print perl array? (with a little formatting)
sep 20 at 18:16
How can I round an evalue in Perl?
sep 18 at 20:21
Perl - If string contains text?
jun 21 at 16:37
check whether string contains substring
jun 14 '12 at 6:01
Vim: Replacing a line with another one yanked before
apr 24 '12 at 12:35
(post deleted or otherwise unavailable)
apr 13 '12 at 13:47
How can I convert a 48 hex string to bytes using Perl?
apr 11 '12 at 21:47
Get URL parameter with jQuery
feb 6 '12 at 20:58
Comparing Multiple Strings In Perl
jan 11 '12 at 18:01
How to produce range with step in Perl?
dec 6 '11 at 15:41
How to determine Mysql connection ID in Perl?
nov 25 '11 at 15:39
perl one-liner like grep?
oct 8 '11 at 14:16
Perl: syntax error “)[”. array slicing
sep 27 '11 at 7:47
Best way to avoid “isn't numeric in numeric eq (==)”-warning
sep 2 '11 at 17:40
Returning value from foreach in subroutines
aug 24 '11 at 15:11
Are Perl strings immutable?
jul 16 '11 at 15:05
When is our keyword necessary at all?
jul 15 '11 at 18:23
Using ampersands and parens when calling a Perl sub
jul 15 '11 at 13:12
Substract 15 Minutes from time using Perl
may 16 '11 at 4:28
Perl program to replace tabs with spaces
may 13 '11 at 10:25
How does the vim “write with sudo” trick work?
apr 27 '11 at 18:26
Quickly filter a perl hash of hashes
apr 5 '11 at 18:47
How can I implement a singleton class in perl?
apr 1 '11 at 16:04
In Perl, why does the `while(<HANDLE>) {…}` construct not localize `$_`?
mar 31 '11 at 19:21
How can I bless a string in Perl?
mar 23 '11 at 7:15
perl reading file and grabbing specific lines
mar 11 '11 at 16:41
How can I force an object attribute in Perl to be set to a full array instead of just its length?
mar 10 '11 at 20:52
How to build a regular expression to parse comma separated values but ignore the comma with in the double quotes?
feb 18 '11 at 15:30
= and , operators in Perl
feb 8 '11 at 17:54
Perl: Opening File
feb 6 '11 at 18:48
What does the -> arrow do in Perl?
dec 16 '10 at 17:03
How can I use __DATA__ twice?
nov 18 '10 at 16:45
How can I do a reverse grep using Perl?
oct 29 '10 at 22:46
Is there a more concise way to write this in Perl?
oct 19 '10 at 22:44
vim replace character to \n
sep 27 '10 at 15:38
How do I decide if a variable is numeric in Perl?
aug 19 '10 at 23:18
problem passing 0 as command-line argument
aug 13 '10 at 10:55
How can I tell which subroutine I'm in?
jul 11 '10 at 21:46
How can variables be set to NULL under the strict pragma?
apr 8 '10 at 22:02
What can I do using awk that I cannot do in Perl?
apr 1 '10 at 15:42
How can I get the name of the current subroutine in Perl?
mar 30 '10 at 9:12
How can I sort dates in Perl?
mar 30 '10 at 9:07
How can I open a binary file in Perl, change ONLY the first byte, and write it back out?
mar 15 '10 at 13:52
Why does Perl complain “Use of implicit split to @_ is deprecated”?