Hi, $# is deprecated. Could anybody let me know what is the substitute for it?

https://perldoc.perl.org/perlvar.html

$# was a variable that could be used to format printed numbers. After
a deprecation cycle, its magic was removed in Perl v5.10.0 and using
it now triggers a warning: $# is no longer supported.

-- 
Regards,
Peng

-- 
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