in reply to Variable Interpolation

print "smell my $string\n";

The Perfect is the Enemy of the Good.

Replies are listed 'Best First'.
Re^2: Variable Interpolation
by reasonablekeith (Deacon) on Apr 29, 2005 at 16:25 UTC
    I think I'm being stupid, but not that stupid :-). I probably should have mentioned that I'm bringing in the value in $need_to_interpolate from a file. I can't just code it like that.