Excel::Writer on OpenVMS

2015-10-29 Thread Brian Schenkenberger, VAXman-
Hi, I need to get Excel::Writer functioning on VMS. If you download the first of the example scripts for this package, you'll see that it complains when trying to create temporary directories into which worksheets and workbooks are stored. I've played about with defining various DECC$features

Perl and privileged vs. nonprivileged users

2015-11-04 Thread Brian Schenkenberger, VAXman-
Another question concerning the Excel::Writer::XLSX. If I run my program under the SYSTEM account, it completes successfully and quietly. However, using a nonprivileged account, it completes successfully but output: /sys$scratch/reLOKmPhRU/Content_Types.xml [Content_Types].xml

Re: Perl and privileged vs. nonprivileged users

2015-11-04 Thread Brian Schenkenberger, VAXman-
"Brian Schenkenberger, VAXman-" <sys...@tmesis.com> writes: >Another question concerning the Excel::Writer::XLSX. > >If I run my program under the SYSTEM account, it completes successfully and >quietly. However, using a nonprivileged account, it completes succe

DECC$features question

2015-11-03 Thread Brian Schenkenberger, VAXman-
I have created a callable Perl routine. I need to have the DECC$feature DECC$FILENAME_UNIX_REPORT enabled for Excel::Writer::XLSX to for proper functioning. Why does calling DECC$FEATURE_SET to establish DECC$FILENAME_UNIX_REPORT not cause Perl to use/see this feature setting but the definition