Help for this page
use strict; use warnings; ... $x = 3; $x .= "abc"; ++$x;
use strict; use warnings; ... goto &$AUTOLOAD; } }