Help for this page

Select Code to Download


  1. or download this
    use IO::Dir qw[DIR_UNLINK];
    tie my %d, 'IO::Dir', '.', DIR_UNLINK;
    
  2. or download this
    use IO::Dir;
    tie my %d, 'IO::Dir', '.', 1;