in reply to Digging interpolation deeper
But that leaves horrible security holes open. Horrible, I say. At home, I have some code that parses text, and tries to interpolate variables, but it was really awful to write. I guess you won't need my code as someone else will give a decent solution shortly.while(<>){ eval( 'print "'.$_.'";' ); }
Jeroen
"We are not alone"(FZ)
|
|---|