Help for this page
sub extract_show_info { my $input_string = shift(); ... } }
sub extract_show_info { my $input_string = shift @_; ... return; }