#a self-printing script
#can be modified to print any file by
#prompting for user input and replacing the first line
#with "open SELF,;",
#but this is more fun.

open SELF,"self.txt";
while($line=) {
	print $line;
}
print "\n";
close SELF;

    Source: geocities.com/mara_042/perl

               ( geocities.com/mara_042)