$# - Perldoc Browser

You are viewing the version of this documentation from Perl 5.14.4. View the latest version
#$OFMT
#$#

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

This is not the sigil you use in front of an array name to get the last index, like $#array. That's still how you get the last index of an array in Perl. The two have nothing to do with each other.

Deprecated in Perl 5.

Removed in Perl 5.10.

AltStyle によって変換されたページ (->オリジナル) /