goonfest has asked for the wisdom of the Perl Monks concerning the following question:
I want my output to be:my $var1 = 1; my $var2 = 2; my $result = $var1 + $var2; my $equation = &SOME_SORT_OF_SPECIAL_FUNCTION($result); print "$equation\n"; print "$result\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: auto-escaping??
by Ovid (Cardinal) on Dec 13, 2001 at 02:03 UTC | |
|
Re: auto-escaping??
by belg4mit (Prior) on Dec 13, 2001 at 02:02 UTC |