Help for this page

Select Code to Download


  1. or download this
      DB<1> $dir = '.'
      DB<2> print "$_\n" while <$dir/*.c>
    ./bar.c
    ./baz.c
    ./foo.c
    
  2. or download this