Skip to content

bin/ scripts fail to execute #2

Description

@dschultzca

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions