While using some of the bin/ scripts from commit 3825dc8, execution would fail with a message such as:
Undefined subroutine &main::tempfile called at /usr/local/dialup_admin/bin/tot_stats line 52.
To fix this issue I added qw/ tempfile / to the use module line, as in:
use File::Temp qw/ tempfile /;
CentOS 6.4
Perl v5.10.1
While using some of the bin/ scripts from commit 3825dc8, execution would fail with a message such as:
To fix this issue I added qw/ tempfile / to the use module line, as in:
CentOS 6.4
Perl v5.10.1