brian d foy

25,531
reputation
3192 views

Registered User

name brian d foy
member for 1 year
seen 1 hour ago
website
location Changes weekly
age 39
I'm a Perl trainer and author. I'm the co-author of Learning Perl and Intermediate Perl, and the author of Mastering Perl.
2d
comment How can I open a DB handle in C and pass it to Perl using SWIG?
Why do you think doing it in C is going to help anything? Why do you even know what the passwords are?
2d
revised How can I open a DB handle in C and pass it to Perl using SWIG?
added 5 characters in body; edited title
2d
revised What is the best way to make login session with Perl’s HTML::Mason?
deleted 14 characters in body; edited tags; edited title
2d
revised Why does Git.pm on cygwin complain about ‘Out of memory during “large” request?
edited title
2d
revised How can I quickly parse large (>10GB) files?
edited body; edited tags; edited title
2d
revised Why can’t XML::Schematron::XPath find XML::XPath?
edited tags; edited title
2d
comment Why can’t XML::Schematron::XPath find XML::XPath?
How did you install XML::Schematron::XPath?
2d
revised Why does XML::Simple flatten this Tomboy note?
edited title
2d
revised How can I dynamically include Perl modules without using eval?
added 4 characters in body; edited tags; edited title; edited title
2d
revised How can I write XML data to a file with Perl?
edited tags; edited title
2d
answered How can I write XML data to a file with Perl?
2d
revised How can I generate an HTML page using Perl?
edited body
2d
revised How can I apply tr/// to each element of a Perl array?
edited title; added 12 characters in body
Dec
19
comment What’s the best way to debug third-party Perl script?
For what it's worth, I debug third-party stuff the same way I debug first-party stuff :)
Dec
19
revised What’s the best way to debug third-party Perl script?
edited title
Dec
19
revised What software do I need to code in Perl?
added 3 characters in body; edited title
Dec
18
comment How can I get the version and location of an installed Perl module?
cpan -D Foo::Bar is slightly shorter. :)
Dec
18
revised Is HTML considered a programming language?
added 1 characters in body
Dec
17
revised How does $#array work in Perl?
$# is something different
Dec
17
revised How does $#array work in Perl?
edited title
Dec
17
revised How can I get the version and location of an installed Perl module?
deleted 6 characters in body; edited title
Dec
17
revised How can I compare the performance of PHP to Perl?
deleted 1 characters in body
Dec
16
comment How can I compare the performance of PHP to Perl?
It's not easy to run Perl from any hosting. It's easy to find hosting where it is easy to run Perl, though, but that's a different thing. The problem is that people are too cheap to even buy a basic hosting account that would save them a lot of time and trouble. They'd rather waste time and energy trying to make a crippled free account work.
Dec
16
revised How can I determine if a script was called from the command line or as a cgi script?
added 211 characters in body
Dec
16
comment In Perl, how can I find the index of a given value in an array?
@daotoad: maybe that's because I keep changing the FAQ on you. :)
Dec
16
comment In Perl, how can I find the index of a given value in an array?
I'd be satisfied if most people at least read it once. People constantly ask how relevant the FAQ is, and StackOverflow has been a great natural experiment: everyone re-asks the FAQ questions.
Dec
16
comment In Perl, how can I find the index of a given value in an array?
This answer is a waste of server space. You can delete answers to save your dwindling reputation though. It will still waste server space though. :)
Dec
16
answered How can I determine if a script was called from the command line or as a cgi script?
Dec
16
comment How can I elegantly call a Perl subroutine whose name is held in a variable?
Realize that when you take a reference to something to immediately dereference it, you can skip the middle steps. :)
Dec
16
revised How can I elegantly call a Perl subroutine whose name is held in a variable?
added 2 characters in body; edited title
Dec
16
comment How can I determine if a script was called from the command line or as a cgi script?
That still doesn't really help because you can set any environment variables you like from the command line.
Dec
16
revised Where do I put persistent data in Catalyst?
edited title
Dec
16
awarded  Nice Answer
Dec
16
comment How can perltidy align the opening parenthesis for method arguments?
That's the -sfp switch with nothing else going on.
Dec
16
revised How can perltidy align the opening parenthesis for method arguments?
edited tags; edited title; deleted 5 characters in body
Dec
16
revised String Matching for /* and */
deleted 26 characters in body; edited tags
Dec
16
revised How can I pipe input into a Java command from Perl?
added 3 characters in body; edited title
Dec
16
revised How can perltidy align the opening parenthesis for method arguments?
edited title
Dec
16
revised How can I compare the performance of PHP to Perl?
added 253 characters in body
Dec
16
comment How can I compare the performance of PHP to Perl?
Community wiki. That's the Suck.
Dec
16
revised How can I compare the performance of PHP to Perl?
added 2 characters in body
Dec
16
comment How can I compare the performance of PHP to Perl?
It's actually an entire chapter in Mastering Perl, and a couple of my podcasted talks: www252.pair.com/comdog . And, why can't StackOverflow be my blog. :)
Dec
16
revised How can I compare the performance of PHP to Perl?
added 249 characters in body; added 154 characters in body
Dec
16
revised How can I compare the performance of PHP to Perl?
added 21 characters in body
Dec
16
revised How can I compare the performance of PHP to Perl?
edited body
Dec
16
revised How can I compare the performance of PHP to Perl?
added 840 characters in body
Dec
16
answered How can I compare the performance of PHP to Perl?
Dec
16
revised How can I compare the performance of PHP to Perl?
edited title
Dec
15
revised What is Perl’s “standard string comparison order”?
added 17 characters in body
Dec
15
comment How can I generate non-repetitive random 4 bytes hex values in Perl?
I like that someone actually provided a solution that gave real random numbers. I remember having to do something similar and making a radiation detector out a computer microphone. :)