Help for this page

Select Code to Download


  1. or download this
    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.