Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: What operator should perl5porters use for safe dereferencing?

by de-merphq (Beadle)
on May 29, 2012 at 15:29 UTC ( [id://973048]=note: print w/replies, xml ) Need Help??


in reply to Re: What operator should perl5porters use for safe dereferencing?
in thread What operator should perl5porters use for safe dereferencing?

I am curious what relevance you think Safe has, and why you would consider a deprecated module mandatory?

Update: oh, maybe it is not deprecated.

---
alter ego of demerphq

Replies are listed 'Best First'.
Re^3: What operator should perl5porters use for safe dereferencing?
by thomas895 (Deacon) on May 29, 2012 at 16:01 UTC

    Safe, while perhaps not the best example, does allow execution without the risk of your program dieing. I guess it's for the folks who have something against eval.

    ~Thomas~
    I believe that the source code to life is written in Perl :-)
      Um, no, eval prevents dieing, Safe prevents ops you don't allow (in theory) like exit, system, etc

        Safe can -- if (ab)used correctly -- prevent your program from dieing as well.

        ~Thomas~
        I believe that the source code to life is written in Perl :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://973048]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-03-28 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found