Help for this page
c:\@Work\Perl\monks>perl -wMstrict -le "my $string = qq{test\nI\nwant length of this line\n test}; ... print $length_of_line; " Use of uninitialized value in print at -e line 1.