in reply to qq question
After all, Perl's parser has to do something similar with an equation such as$string = qq( # start the quote func(1 # push down to second level ln( # push down to third level e) # pop up to second level ); # pop up to first level ); # finish the quote
$a = $b + $c * ($d + $e * ($f + $g * ($h +)));
emc
|
|---|