![]() |
|
XP is just a number | |
PerlMonks |
Re^2: eval $VERSION in modules?by JavaFan (Canon) |
on Jan 04, 2010 at 22:29 UTC ( #815653=note: print w/replies, xml ) | Need Help?? |
But that's only useful if you don't control the assignment of $VERSION itself (like $ExtUtils::MakeMaker::VERSION). If you want to put a numerical value in a variable, then:
is not the way to earn brownie points. Suggest that during a job interview with me, and I won't recommend to my boss to hire you. You want a number inside your variable? Omit the quotes, don't use eval:
In Section
Seekers of Perl Wisdom
|
|