Help for this page
( chop() eq ';' ) or SomeErrorHandling();
{ sub Chonk { # $/-aware chop ... return substr( $$sref, -length( $/ ) ); }