Adam Bellaire

18,336
reputation
1116 views

Registered User

name Adam Bellaire
member for 1 year
seen 11 hours ago
website
location Florida, USA
age 30
Mostly Perl.
14h
awarded  Nice Answer
15h
awarded  Nice Question
2d
comment Where do I put persistent data in Catalyst?
@zoul: I think the problem you've encountered justifies the wrapper. If you're trying to persist the data across controllers in a way that makes sense, then that "view" of the data, so to speak, is important enough to be represented in the model.
2d
comment In Perl, how can I find the index of a given value in an array?
@john: The question specifically asks for the index. Indices start at zero. Not only have you posted an unhelpful answer in a misguided effort to look cool, but you have failed to understand the question in the first place.
2d
answered Where do I put persistent data in Catalyst?
2d
comment Where do I put persistent data in Catalyst?
What is the nature of the data? Why is storage in a database or in the user's session information not appropriate?
2d
comment How did Perl get its name?
@Thomas: It can stand for "Potato-Eating Rabid Lagomorph" or anything you want. As long as we're clear that it isn't an acronym, nobody will have to be beaten for typing it in all caps.
Dec
14
answered What is an easy way to read a sql server table into a hash in Perl?
Dec
14
revised jQuery document.createElement equivalent?
added 33 characters in body
Dec
14
comment Is there a Perl equivalent to the null coalescing operator (??) in C#?
@pavium: Here's a link to the MSDN documentation on the ?? operator: msdn.microsoft.com/en-us/library/…
Dec
14
awarded  Nice Answer
Dec
13
answered How can I use a variable’s value as a Perl variable name?
Dec
13
comment Rules Engines User Interface Design
A thought: No matter what we answer here, we are developers, not business analysts. It doesn't matter what we think if your analysts aren't happy with it. Have they provided you with any specific feedback on what they want to see or not see? Might be useful to include that informatoin in the question.
Dec
12
comment How can I match “/*” in a regular expression?
You also used a delimeter other than // with the match operator, which is absolutely the way to go, but you should explain this in your answer. I don't think the OP knows you can do this.
Dec
12
comment Binding values to functions in Perl
I understand Karel, your solution is equivalent to the currying example given by zen, except you are currying inline instead of using a currying function, and you gave a pseudocode example rather than a complete example, which confused the OP.
Dec
12
comment How can I limit the size of HTTP POST requests in mod_perl?
@Alexandr: Yes... ? I'm sorry, I don't follow.
Dec
12
accepted Is there a Perl equivalent to the null coalescing operator (??) in C#?
Dec
12
answered Is there a Perl equivalent to the null coalescing operator (??) in C#?
Dec
11
answered How can I limit the size of HTTP POST requests in mod_perl?
Dec
11
comment Intelligent RegEx in Perl?
@Gumbo: Good point, +1 to your answer.
Dec
11
accepted Intelligent RegEx in Perl?
Dec
11
answered Intelligent RegEx in Perl?
Dec
11
comment What do people mean when they say “Perl is very good at parsing”?
Using only regular expressions, it would be difficult. However, Perl != regex. There are Perl modules available for this type of recursive descendant parsing, for example Parse::RecDescent is suitable for parsing similar to yacc. However, you are right in that tools like flex, yacc, and the like are best suited to parsing grammars of any complexity.
Dec
11
comment How can I develop an iPhone application in Perl?
@dan: The usual choice is Objective-C.
Dec
10
accepted Why do Perl control statements require braces?
Dec
10
revised How can I add time information to STDERR output in Perl?
beating brian to the punch
Dec
10
revised How can I access the second-level values in a Perl hash of hashes?
added 89 characters in body
Dec
10
comment How can I access the second-level values in a Perl hash of hashes?
Good point, but he should probably read the one before the other. I'll add in the second book.
Dec
10
awarded  Nice Answer
Dec
10
accepted How can I access the second-level values in a Perl hash of hashes?
Dec
10
answered How can I access the second-level values in a Perl hash of hashes?
Dec
10
comment Using Perl’s Template.pm, how can I select a random element from an array and output it?
Thank you for editing my answer into correctness. ;)
Dec
10
accepted Using Perl’s Template.pm, how can I select a random element from an array and output it?
Dec
10
answered Using Perl’s Template.pm, how can I select a random element from an array and output it?
Dec
10
comment How do I install a module and its dependencies in ActivePerl on Windows?
@Manni: I looked, and every module installation Q I found had some additional constraint. I couldn't find one where someone asked the basic question.
Dec
10
revised How do I install a module and its dependencies in ActivePerl on Windows?
this is a question about installing modules, not sending email
Dec
10
comment What’s the modern way of declaring which version of Perl to use?
@ysth: Sure, but the lead-in paragraph talks about using v strings, and then drops the v in the example without mentioning that they are optional. It's valid code but it doesn't match the lead-in.
Dec
10
answered What’s the modern way of declaring which version of Perl to use?
Dec
10
revised What’s the modern way of declaring which version of Perl to use?
edited title
Dec
10
answered How can I best avoid using reserved or key words in my language or framework?
Dec
10
comment Why do Perl control statements require braces?
@Martinho: If not offending is your goal, I'm not sure you should be quoting Yegge. He's witty as hell, but I would not describe him as unoffensive. ;)
Dec
9
comment Why do Perl control statements require braces?
@Rob: Yes, I know. Look what you got: Much speculative discussion. That was the prediction of my comment. I was not making fun of you, I was employing a rhetorical device.
Dec
9
comment Why do Perl control statements require braces?
@Rob: I think your argument is going in the wrong direction, and that the modern, popular opinion of Perl is affecting your judgment. It's absurd to think that a person would come up with a language with no regard to preventing mistakes. A couple decades later, it's more obvious in Perl mistakes are easy to make: That is an unfortunate side-effect.
Dec
9
comment Why do Perl control statements require braces?
It would also support (though not prove) the notion that he wanted to preclude the errors mentioned by Drew Hall and I in our answers...
Dec
9
comment Why do Perl control statements require braces?
@Rob: You're kidding, right? Larry was a C programmer. He'd probably seen this exact mistake more times than you or I would care to contemplate. Why wouldn't he decide to preclude it in a language he designed, and why would the time have anything to do with it?
Dec
9
comment Why do Perl control statements require braces?
@Rob: It has to be apparent that at some level, this is a question about a complex decision-making process that took place inside someone's head a long time ago. So it is for all of those questions. Some of them may not be answerable if the person making the decision never elected to elaborate on that process. It is an observation about the likelihood of an authoratative answer, rather than speculative discussion.
Dec
9
comment Why do Perl control statements require braces?
@Martinho: That's really mature. Besides, your mother looks like exploded whale guts.
Dec
9
answered Why do Perl control statements require braces?
Dec
9
comment Why do Perl control statements require braces?
Why does Java allow control statements without braces? Why does Python use no braces at all? Why does Larry Wall have a moustache?
Dec
9
answered Should I use YAML or JSON to store my Perl data?