in reply to Re: "not enough arguments" with 'mkdir' command
in thread "not enough arguments" with 'mkdir' command

OK, after looking at the perldoc, it says nothing about the mask being optional. You are correct. Thanks for this. I was also supplying the mask as a string literal, not an integer.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks

  • Comment on Re: Re: "not enough arguments" with 'mkdir' command