in reply to Potential security hazard, be careful
in thread How to remember who is logged in...
and the evaluated code will not be able to do anything than build data structures. (See perldoc Opcode for a list of tags.)$compartment = new Safe; $compartment->permit_only(qw(:base_core :base_mem)); # very restrictiv +e $result = $compartment->reval($unsafe_code);
Makeshifts last the longest.
|
|---|