#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;
#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;
|
|
|
|