We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: