in reply to Re^2: "Safe" print?
in thread "Safe" print?

> ... noting that the "//" operator is, IIRC, a relatively recent addition to the language.

Googling perldelta defined-or quickly leads to http://perldoc.perl.org/5.10.0/perldelta.html#Defined-or-operator

(update: Perl 5.10.0 released Dec 2007)

So even if you ignore ambrus' use 5.010 there is no need to "IIRC" instead of checking!

> See perldoc perlop on your system; look for the heading “C-style Logical Defined-Or.”

see What shortcuts can I use for linking to other information?

Cheers Rolf

( addicted to the Perl Programming Language)