Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?

by holli (Abbot)
on Mar 09, 2005 at 16:13 UTC ( [id://437940]=note: print w/replies, xml ) Need Help??


in reply to Re^2: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?
in thread (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?

To use Switch; is definitly a bad idea. I just don't get it why such a wiggly thing is in the core.


holli, /regexed monk/
  • Comment on Re^3: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?
  • Download Code

Replies are listed 'Best First'.
Re^4: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?
by brian_d_foy (Abbot) on Mar 09, 2005 at 16:29 UTC

    Personally, I don't like any source filters, but other people have different ideas about them. I tend to think they are just asking for trouble (and may be an example of how Perl is too flexible).

    Still, people like to play with those. I've never really longed for a switch statement, so I don't mind either way as long as it doesn't show up in my production code. :)

    --
    brian d foy <bdfoy@cpan.org>
      well, source filters which do some-encoding=>utf8 conversion are perfectly valid and I use those without fear, when write Russian perl programs, and they transparently do goood unicode work.
      use encoding cp1251=>Filter=>1; print "here is russian string, which just work, despite its not utf-8" +;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 15:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found