Skip to content
New issue

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

bin/ scripts fail to execute #2

Open
dschultzca opened this issue Oct 24, 2013 · 0 comments
Open

bin/ scripts fail to execute #2

dschultzca opened this issue Oct 24, 2013 · 0 comments

Comments

@dschultzca
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant