Help for this page

Select Code to Download


  1. or download this
    my $str = $change_in_place && $default_argument ? $_ : $_[0];
    $str =~ s/^($lchompstr)*//;
    
  2. or download this
    ($change_in_place && $default_argument ? $_ : $_[0]) =~ s/^(?:$lchomps
    +tr)*//;