Help for this page

Select Code to Download


  1. or download this
    use Croak qw/croak/;  # (update; don't forget this line, if making a m
    +odule)
    
    ...
    
        return @added_list;
    }
    
  2. or download this
    my @new_list = split /\x0/, `find $chkpath -type d -print0`;