in reply to Re: Looking for suggestions for accessing/running scripts needed by a local Perl library
in thread Looking for suggestions for accessing/running scripts needed by a local Perl library
WRT #1, my modules sometimes need to execute scripts like the export functionality I mentioned. There is no way I could find to dump out Contacts without a GUI other than using an applescript.
WRT #2, I think it's mostly a security issue and it's easy to inject bad stuff into poor written command run by system. But since my modules are just for my own use on my own, local machine, I'm not sweating any security issues. I've got bigger problem if someone has hacked my machine and can pass nasty things to my perl scripts.
$PM = "Perl Monk's";
$MC = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar Parson";
$nysus = $PM . ' ' . $MC;
Click here if you love Perl Monks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Looking for suggestions for accessing/running scripts needed by a local Perl library
by NERDVANA (Priest) on Jan 24, 2024 at 18:07 UTC |