Help for this page

Select Code to Download


  1. or download this
    sub print_rec {
    
  2. or download this
    opendir DIR, shift;
    
  3. or download this
    if(!/\.|\.\./ && -d $_)
    
  4. or download this
    return print_rec($_);
    
  5. or download this
    elsif (!-d) { ... }
    
  6. or download this
    #!/usr/bin/env perl -l
    
    ...
            }
        }
    }
    
  7. or download this
    ...
    DIR: mastering_perltk_demo_code
    ...
                fontviewer
            DIR: ch04
    ...