Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: What would you change?

by ikegami (Patriarch)
on May 17, 2008 at 03:55 UTC ( [id://687063]=note: print w/replies, xml ) Need Help??


in reply to Re: What would you change?
in thread What would you change?

I never liked the print syntax. That whole optional-parameter-but-with-no-comma thing really gets my goat

There been an alternative for quite some time.

use IO::Handle qw( ); STDOUT->print("Hello World!\n");

Works on any handle.

I would really liked to have had a slice operator

How does adding slice break perl's backwards compatibility?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found