Half Life Log Parsing: Difference between revisions
From Mike Beane's Blog
(New page: Notes: LR> btw - $. automatically keeps track of line number inside a filehandle, no need to keep count yourself) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Notes | Notes (Thanks L~R) | ||
# btw - $. automatically keeps track of line number inside a filehandle, no need to keep count yourself | |||
# Unless you need to maintain backwards compatability to perl prior to 5.6.1, you should be using 3 arg open and lexical filehandles |
Latest revision as of 01:32, 2 January 2008
Notes (Thanks L~R)
- btw - $. automatically keeps track of line number inside a filehandle, no need to keep count yourself
- Unless you need to maintain backwards compatability to perl prior to 5.6.1, you should be using 3 arg open and lexical filehandles