Michael Mathews wrote:
> 
> At the risk getting too exotic how about:
> 
> #<<EOC;
> some
> comments
> EOC

Just introduce a new function which is a bit bucket:

  # works in perl5.
  sub comment(@) { }

  comment q{ comments... };

  comment <<EOF;
  comment
  EOF


-- 
John Porter

Reply via email to