Actions

Talk

Half Life Log Parsing: Difference between revisions

From Rabbi 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)


LR> btw - $. automatically keeps track of line number inside a filehandle, no need to keep count yourself
# 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)

  1. btw - $. automatically keeps track of line number inside a filehandle, no need to keep count yourself
  1. Unless you need to maintain backwards compatability to perl prior to 5.6.1, you should be using 3 arg open and lexical filehandles