Hi, I am extremely new to Perl. I have been reading and teaching myself alot. I am using a windows OS
I am trying to read from a file and search for a phrase that equals another phrase, then print it.
I know how to open the file and write/read from it but I dont know how to use the split command or how to search for
the phrase that I want.
I want to search for hi then print what hi equals. If somone could help me I would greatly apreciate it.