Help for this page

Select Code to Download


  1. or download this
    warnings::warnif "Can't opendir($dir_name): $!\n";
    
  2. or download this
    P:\test>perl -Mstrict -wl
    opendir D, 'c://System Volume Information' or warn $!,$/, 'OS reports:
    +', $^E;
    ...
    ^Z
    Invalid argument
    OS reports:Access is denied at - line 1.
    
  3. or download this
    P:\test>perl -MFile::Find -Mstrict -wl
    {
    ...
    }
    ^Z
    .