##
for (my $_ = 1; ; ++$_)
####
$ perl -e'Inf()'
Undefined subroutine &main::Inf called at -e line 1.
$ perl -Mstrict -e'Inf'
Bareword "Inf" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.