Help for this page

Select Code to Download


  1. or download this
    opendir my $cwd_dh, '.'
        or die "Can't opendir: $!";
    ...
        # ...
    }
    closedir $cwd_dh;