The Perl %ENV environment variable array is a special associative array within Perl that holds the contents of your shell environment variables. Therefore, to use NetVault variables, they must be called using the associative %ENV array.
Example:
$NV_USER_ARG = $ENV{'NV_USER_ARG'};