in reply to Re:x3 Proper way to print a large number of strings (use scalar interpolation)
in thread Proper way to print a large number of strings

Or the IMHO more tolerable @{[ $cgi->p('test') ]} which avoids the ugly backslash and creates a sort of (unwieldy) "template directive look&feel" with its paired delimiters.

Makeshifts last the longest.

  • Comment on Re^4: Proper way to print a large number of strings (use scalar interpolation)
  • Download Code