mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
tamed indentation/whitespace
This commit is contained in:
parent
e07c4e7b8b
commit
75ecb5aa81
@ -130,7 +130,9 @@ my @lines = <$in>;
|
||||
|
||||
sub logger {
|
||||
my $logmessage = shift;
|
||||
|
||||
open my $logfile, ">>", "my.log" or die "Could not open my.log: $!";
|
||||
|
||||
print $logfile $logmessage;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user