Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: use English; and performance

by monkey_boy (Priest)
on Mar 02, 2006 at 16:09 UTC ( [id://533948]=note: print w/replies, xml ) Need Help??


in reply to use English; and performance

so.. to use it without the preformance issues.. straight from the docs:
use English qw(-no_match_vars);

UPDATE!: removed my over-zealous quoting, cheers ikegami.
use English -no_match_vars;

This is not a Signature...

Replies are listed 'Best First'.
Re^2: use English; and performance
by ikegami (Patriarch) on Mar 02, 2006 at 16:15 UTC

    The unary minus quotes identifiers, so the following is sufficient and cuter:

    use English -no_match_vars;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-19 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found