I have perl v5.10.0 on an up to date Ubuntu-9.04
====================perldoc -f say=============================
say FILEHANDLE LIST
say LIST
say     Just like "print", but implicitly appends a newline.
"say LIST" is simply an abbreviation for "{ local $\ = "\n";
print LIST }".

This keyword is only available when the "say" feature is enabled: see
feature.
=====================perldoc -q feature========================
No documentation for perl FAQ keyword `feature' found



Just wondering how I can featureise 'say'




TIA



Owen


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to