The public goings on of just another linux / perl / java / bash hacker and political junkie.
#!/usr/bin/perl -wuse FileHandle;my $ifh = new FileHandle;if ($ifh->open("< fee.txt")) { print <$ifh>; $ifh->close;}
Post a Comment
No comments:
Post a Comment