![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^2: Correct Regex for reading stock symbol?by martin (Friar) |
on Jan 31, 2006 at 19:08 UTC ( #526851=note: print w/replies, xml ) | Need Help?? |
Also, $stock_symbol = $1; is useless, since you're capturing the entirety of the regexp.Wrong. This is one way to untaint $stock_symbol. You can read more about taint checks in perlsec.
In Section
Seekers of Perl Wisdom
|
|