Check this out:
$ perl "-V:pgflquota"
pgflquota='200000';
and:
$ perl -v
This is perl, v5.6.0 built for VMS_AXP
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
The pgflquota is the one that you @configured perl with. I had in mind
asking folks to run:
search config.sh pgflquota
but there is also a new "Do you wish to continue?" quesiton if the
pgflquota is less than 100000. (Alas there are no disk space checks
yet).
Peter Prymmer
P.S. I'll post details from best this evening.