Help for this page

Select Code to Download


  1. or download this
        (my $text = <<'    EOT') =~ s/^\s+//gm;
        This is a test of the multi-line, indented HERE 
        document.
        EOT
        print qq($text);