- or download this
our %ESCAPES = (
n => "\n",
...
last;
}
}
- or download this
our %ESCAPES = (
n => "\n",
...
return $interpolated;
}
- or download this
our %ESCAPES = (
n => "\n",
...
);
my $need_to_interpolate = 'smell my $string\n';
print interpolate($need_to_interpolate, \%symtab);