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

Re: Never

by theorbtwo (Prior)
on May 13, 2003 at 06:13 UTC ( [id://257650]=note: print w/replies, xml ) Need Help??


in reply to Never-to-use Perl features?

(This list contains a lot of dupes from other's lists; I'm Huberific enough to think that somebody might care what's on /my/ list.)

  • v-strings
  • Globs as filehandles (way too shallow; I encompas all the $|-et-al-shouldn't-be-gloabls in this).
  • open FH, "path" syntax (sepperate because you could have had *FH = open "path" without making filehandles first-class or objects)
  • psudo-hashes
  • not being able to iterate over lexicals through a psudo-symbol-table.
  • $_ as a global.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

Replies are listed 'Best First'.
Re: Re: Never
by jryan (Vicar) on May 13, 2003 at 06:21 UTC
    not being able to iterate over lexicals through a psudo-symbol-table.

    See PadWalker. PodMaster even made a ppm of it for his ppm repository.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-24 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found