Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $test = qq(a (b c d);
    
    print $test;
    
  2. or download this
    Can't find string terminator ")" anywhere before EOF at math1.pl line 
    +4.