On Sun, Jan 10, 2016 at 9:14 AM, T.N.C.Parthasarathy <tncps@hotmail.com> wrote: > Hi, > > Happy New Year! > > Could anybody throw some light on my query? > > "without any file system access" doesn't sound plausible to me. Perl relies on loading scripts and libraries (even pragmas) from the file system. You could theoretically make a highly customized fork that didn't, but I doubt it would be very useful. Disabling certain extensions at configuration time is covered in the INSTALL document at the top level of the source repository. See: <http://perl5.git.perl.org/perl.git/blob/HEAD:/INSTALL#l1004> >> On Saturday 17 October 2015 11:34 AM, T.N.C.Parthasarathy wrote: >> >> Larry, >> >> Greetings. >> >> >> I am looking for a secure perl build on Linux i.e. especially without >> any file system access. I have searched the web and come across many >> articles on secure perl programming, CGI, mod perl etc. But I could not >> find any information on building perl with some modules disabled eg. >> through configure utility. >> >> I would really appreciate any pointers in this direction. >> >> Thanks and best regards, >> Partha >> Hyderabad, India. >> >> >> >> > >Thread Previous | Thread Next