Help for this page

Select Code to Download


  1. or download this
    my $dir = "/opt/DSPKG";
    opendir(my $bin_dh, $dirs)
    ...
    foreach my $subdir (@subdirs) {
       print $pkg_fh "$subdir\n";
    }