Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation (.) or string at noname1.p
    +l line 23.
    
  2. or download this
    use strict;
    use warnings;
    ...
        $string =~ s/\s+\z//ms;
        print "$string\n";
    }
    
  3. or download this
    abc