Help for this page
use strict; ... @lines = <INFO1>; # Read it into an array close(INFO1); # Close the file print @lines; # Print the array
D:\Perl_Samples>perl file_Modify.pl Alpha ... Chi Delta Epsilon