Tagged Questions

1
vote
4answers
453 views

How can I monitor a log file and insert timestamps, using Perl?

I have an application which generates logs in append mode, but the logs are not timestamped. Is it possible to use tail -f with some option, or a perl script to monitor writes to this file and prefix ...
1
vote
4answers
2k views

How to install GD library with Stawberry Perl

I am attempting to install the GD library using Strawberry perl and GnuWin32. However, when I enter "install GD" in the CPAN shell, the following message appears: 'gdlib-config' is not recognized as ...