Help for this page

Select Code to Download


  1. or download this
    sub mymkdir(_;$) {
      my $dirname =   shift();
    ...
    mymkdir($path, 01750);
    mymkdir($path);
    mymkdir();    # passes in $_