Help for this page

Select Code to Download


  1. or download this
    my $i = 4;
    chop $string while $i -- && length $string;
    
  2. or download this
    my $i = 4;
    1 while $i -- && defined chop $string;