Re: "Is this the smallest possible perl quine containing a perl hashbang line?"

How about:

#!/usr/bin/perl
open 0;print<0>

I think that reading your source code is generally considered cheating in quines --Joey