Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: The Dynamic Method Calls Strike Back

by frag (Hermit)
on Aug 28, 2001 at 02:32 UTC ( [id://108298]=note: print w/replies, xml ) Need Help??


in reply to Re: The Dynamic Method Calls Strike Back
in thread The Dynamic Method Calls Strike Back

No arguments about 'no strict' being a bad idea, but it's the Principle of the Thing that's bugging me.

-- Frag.

Replies are listed 'Best First'.
Re: Re: Re: The Dynamic Method Calls Strike Back
by runrig (Abbot) on Aug 28, 2001 at 02:36 UTC
    "no strict 'refs'" is not necessarily a bad idea, as long as you know what you're doing, and confine it to some lexical blocks. Its practically required when you dynamically create subroutines with AUTOLOAD, (where you also use goto which is usually bad too, but standard AUTOLOAD practice). Its just that even 'no strict' won't help you in the example above :-(

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found