Leon Timmermans

12,180
Reputation
691 views

Registered User

Name Leon Timmermans
Member for 1 year
Seen Nov 22 at 16:01
Website
Location The Netherlands
Age 24
Just another Perl hacker,
Sep
29
awarded  perl
Sep
19
accepted How do I fork properly with mod_perl2?
Sep
6
awarded  Yearling
Sep
5
answered How can I check that a perl version is not greater than some value?
Aug
29
comment Why don’t more C programs embed Perl?
Performance will be similar to calling the same functions from Perl itself. It will be slower than doing the same in C, but by much and if that's acceptable depends entirely on the problem you're trying to fix.
Aug
29
answered Why don’t more C programs embed Perl?
Aug
28
comment How can I reinitialize Perl’s STDIN/STDOUT/STDERR?
On a stylistic note: It's better to use three argument open than two argument open.
Aug
24
accepted Can I change the packet size DBD::mysql uses?
Aug
18
comment How can I copy a directory recursively and filter filenames in Perl?
. and .. are not an issue on Windows AFAIK, so that shouldn't be a problem, but for portability you're right it would be better to filter those out. As for mkpath: personally I think such a situation should give an error, but that's a matter of taste.
Aug
11
comment How do I make private functions in a Perl module?
Ether: You're completely wrong, it's more efficient in fact, because it doesn't require method lookup.
Jul
17
awarded  Nice Answer
Jul
13
comment What are canonical, efficient, or concise ways to slurp a file into a string in Perl?
The easiest way to prevent that from being likely is that simply first checking if the file exists...
Jun
29
answered Linux/perl mmap performance
Jun
25
accepted Is the select() wrapper in IO::Select thread-safe? How to work around?
Jun
24
answered Perl: How do I change the header in something else and find and replace in this .txt file
Jun
18
revised Is the select() wrapper in IO::Select thread-safe? How to work around?
added 6 characters in body; added 198 characters in body
Jun
18
answered Is the select() wrapper in IO::Select thread-safe? How to work around?
Jun
5
awarded  Guru