which prints out the following:#!/usr/bin/perl my $test = qq( func(1); func(2); func(3); func(4); ); print $test;
My question is, why didn't the print end here:func(1); func(2); func(3); func(4);
In reply to qq question by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |