in reply to Re^2: Correct Regex for reading stock symbol?
in thread Correct Regex for reading stock symbol?
I think it has something to do with the proper tainting also. I'm going to try turning taint mode off to see if it stops it from timing out.my $extx = ".jpg"; my $fx = "2006-01-05"; if( -f "D:/stock_charts/$symbol$fx$extx" ) { $filename = $fx; $com_hash{'num'} = "$filename"; last; } #so the filename should look like "AIDO.OB2006-01-05.jpg"
|
|---|