[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Taint Checks



Hm.  With taint checking OFF, @INC C<print join "\n", @INC> is:

PowerPudgeII:Programming:MacPerl Ä:lib:MacPPC:
PowerPudgeII:Programming:MacPerl Ä:lib:
PowerPudgeII:Programming:Pudge:pudgeprogs:perl:site_specific:
PowerPudgeII:Programming:MacPerl Ä:site_perl:
:
Dev:Pseudo:
#=========================
With taint checks ON, @INC C<print join "\n", @INC> is:

PowerPudgeII:Programming:MacPerl Ä:site_perl:
Dev:Pseudo:
#=========================
On my Unix box, C<perl -le 'print join "\n", @INC'> produces:

/opt/gnu/lib/perl5/sun4-solaris/5.00404
/opt/gnu/lib/perl5
/opt/gnu/lib/perl5/site_perl/sun4-solaris
/opt/gnu/lib/perl5/site_perl
.
#=========================
On my Unix box, C<perl -Tle 'print join "\n", @INC'> produces:

/opt/gnu/lib/perl5/sun4-solaris/5.00404
/opt/gnu/lib/perl5
/opt/gnu/lib/perl5/site_perl/sun4-solaris
/opt/gnu/lib/perl5/site_perl
#=========================

The only difference on the Unix box is the absence of '.' as part of @INC.
I think that should be the same in MacPerl.

--
Chris Nandor               pudge@pobox.com           http://pudge.net/
%PGPKey=('B76E72AD',[1024,'0824 090B CE73 CA10  1FF7 7F13 8180 B6B6'])
#==                    MacPerl: Power and Ease                     ==#
#==    Publishing Date: Early 1998. http://www.ptf.com/macperl/    ==#



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch