in reply to Re: Variable Interpolation
in thread Variable Interpolation
debugger output: ... main::(cheese.pl:4): my $need_to_interpolate = "smell my %s\n"; DB<1> s main::(cheese.pl:5): printf $need_to_interpolate, $string; DB<1> x %s empty array ....
How does the empty hash work, here?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Variable Interpolation
by trammell (Priest) on Apr 29, 2005 at 20:49 UTC | |
by ww (Archbishop) on Apr 29, 2005 at 20:56 UTC |