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__ . ",
line " . __LINE__ . ": $!";
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to