Report Perl

#!/usr/local/bin/perl 
@input = 
$string = join("", @input); 
$~ = "MULTILINE"; 
write; 
format MULTILINE = 
****** contents of the input file: ****** 
@* 
$string 
***************************************** 
.