
Rysin
Novice
Aug 5, 2008, 7:41 AM
Post #1 of 5
(310 views)
|
Ive just returned from my travels and began reading up on the site that kevinR gave me. However I still dont understand the diamond operator. I have a file called text.txt and it containsThis Is Five Seperate Lines And I wrote a program to process that and print itwhile(<text.txt>) { chomp; print "$_"; }; Why isnt this working? All help is appreciated. Thankyou.
|