Help for this page
foreach my $file (@ARGV) { print("converting $file..."); open(FILE, "<$file"); my @lines = <FILE>; close(FILE);