Help for this page

Select Code to Download


  1. or download this
    unless (`mkdir -p "/xyz/abc/test"`)
    {
     die  "myerror $!";
    }
    
  2. or download this
    mkdir: cannot access directory /xyz/abc/test.
    /xyz/abc/test: Permission denied
    myerror:  at ./testerror line 8