#!/usr/bin/perl use 5.010; use strict; use warnings; my $fn_log = 'perlogfile.rtf'; open(my $fh_log, '>>', $fn_log) or die("Can't append to log file \"$fn_log\": $!\n"); print($fh_log $_) while <STDIN>;
In reply to Re: Can't get a simple log creator to work!
by ikegami
in thread Can't get a simple log creator to work!
by aquinom85
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |