NAME
Handle - allows for simple streaming access to a file
SYNOPSIS
use Scanner::Stream::File;
$stream = new Scanner::Stream::File "blah.txt";
DESCRIPTION
The only difference between this class and the Handle class is that it will open the file, and close the file when it is done with it.