Help for this page
substr( $char, 5, -5, "" ); # In-place
my $output = substr( $char, 0, 5 ) . substr( $char, -5 );