Help for this page

Select Code to Download


  1. or download this
        defined ($_) && print FLE $_, $/ for @file;
    
  2. or download this
        foreach (0 .. $#file) {
            print FLE $file [$_], $/ if exists $file [$_]
        }