- or download this
$info1 = "this is some sample stuff".$info_in."<br><br>";
...
.
.
__ENDER__
- or download this
print <<__ENDER__;
this is some sample stuff $info_in <br><br>
.
.
__ENDER__
- or download this
$info[1] = "this is some sample stuff $info_in <br><br>";
..
foreach my $outfo ( @info ) {
print "$outfo\n";
}