Literal Tokens

2001-03-14 Thread Dirk Bremer
Would someone explain the __FILE__ and __LINE__ literal tokens? The camel book say very little concerning them. What would you use them for? Dirk Bremer - Systems Programmer II - AMS Department - NISC 636-922-9158 ext. 652 fax 636-447-4471 mailto:[EMAIL PROTECTED

RE: Literal Tokens

2001-03-14 Thread Rubinow, Larry
Dirk Bremer wrote: Would someone explain the __FILE__ and __LINE__ literal tokens? The camel book say very little concerning them. What would you use them for? open IN, "infile.txt" or die "Error opening file at module " . __FILE__ .

RE: Literal Tokens

2001-03-14 Thread Vishal Madan
Subject: Literal Tokens Would someone explain the __FILE__ and __LINE__ literal tokens? The camel book say very little concerning them. What would you use them for? Dirk Bremer - Systems Programmer II - AMS Department - NISC 636-922-9158 ext. 652 fax 636-447-4471 mailto:[EMAIL PROTECTED