monkfan has asked for the wisdom of the Perl Monks concerning the following question:
my $var1 = "foo"; my $here_is = <<SOME_TEXT; I want to print something with a value $var1 and some other text load etc etc SOME_TEXT print $here_is; print "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module for Perl's "here-is" text formatting
by marto (Cardinal) on May 24, 2006 at 10:11 UTC | |
|
Re: Module for Perl's "here-is" text formatting
by blazar (Canon) on May 24, 2006 at 10:19 UTC | |
|
Re: Module for Perl's "here-is" text formatting
by Mutant (Priest) on May 24, 2006 at 10:12 UTC | |
|
Re: Module for Perl's "here-is" text formatting
by TedPride (Priest) on May 24, 2006 at 17:04 UTC |