Help for this page

Select Code to Download


  1. or download this
    [mcmahon@joe-desk ~]$ ls -R ./example/
    ./example/:
    file  nonempty_files_only  nonempty_has_dirs
    ...
    ./example/nonempty_has_dirs/one:
    
    ./example/nonempty_has_dirs/two:
    
  2. or download this
    sub dive {
      my($d) = shift;
    ...
    
    $d = './example';
    print join ", ", dive($d),"\n";
    
  3. or download this
    ./example/nonempty_files_only, ./example/nonempty_has_dirs/one, ./exam
    +ple/nonempty_has_dirs/two