Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      my $sIndent = ' ' x ($TAB_WIDTH*$iDepth);
      printf($FORMAT, "$sIndent$sLocal", $sPath);
    }
    
  2. or download this
    c                             /c/
       aa                         /c/aa/
    ...
       cc                         /c/cc/
       a1.mp3                     /c/a1.mp3
       a2.mp3                     /c/a2.mp3