Cést La Vie
To details day to day interesting events or incidents that I happen to come across
Thursday, November 18, 2010
Getting last line in file using PERL
#!/usr/bin/perl
open(INFILE, "input.txt") || die "Cannot open file $!\n";
while (
) {
if (eof) {
print $_;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment