* Christopher L. Filkins <[EMAIL PROTECTED]>
> I'm looking for the perl equivalent of a heredoc declaration.  For some
> reason I can't recall how.  In php it would work like this:

my $foo = <<EOD;

 Stuff stuff stuff

EOD

Reply via email to