The first arg of printf should be a formatting string.
You want print.printf("%s", "$line\n"); # ok printf("%s\n", $line); # ok printf("$line\n"); # ERROR
print("$line\n");
In reply to Re: Usage of File::Tail::Multi generates conversion errors
by ikegami
in thread Usage of File::Tail::Multi generates conversion errors
by WaywardBuddha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |