Help for this page
open ( FILE, ">>input.txt" ) or die ( "input.txt: $!" );
my $variable = localtime; my $words = "This is the time : $localtime"; ... }