open(); #look up the proper syntax for using the open function to #open the file while() { my $line = $_; #I always prefer to copy $_ into an actual named #variable. Personal preference. Some other monk please #correct me if there is a best practice for this. }