Help for this page

Select Code to Download


  1. or download this
    my $dir= $part1;
    if( -e $dir ) {
    ...
    } else {
        print "-e $dir is false\n"
    };