Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current ARGV check 'defined(@array)' is deprecated in Perl; replace this with '@argv'. When the array is referenced in a scalar context (e.g. if(@argv)), the expression will evaluate to the length of the array, which is perhaps (I mean, who reallys knows, it's Perl) a safer way to check for args anyway. Signed-off-by: James Dinan <[email protected]>
- Loading branch information