in reply to Re: Why doesn't % interpolate?
in thread Why doesn't % interpolate?
See the first paragraph in this document describing traps when going from perl4 to perl5.
@ now always interpolates an array in double-quotish strings.Note the word "always". It used to be so that perl4 only interpolated arrays where they existed before being used in a string.
|
|---|