Help for this page

Select Code to Download


  1. or download this
     <DIR>          .
     <DIR>          ..
    ...
     <DIR>          Dir2
     <DIR>          Dir3
     <SYMLINKD>     temp [Dir1]
    
  2. or download this
    my @dirs = <*>;
    
    ...
    {
       print "$symlnk\n" if (-l $symlnk);
    }