Help for this page

Select Code to Download


  1. or download this
    sub extract_show_info {
        my $input_string = shift();
    ...
        }
    
    }
    
  2. or download this
    sub extract_show_info {
        my $input_string = shift @_;
    ...
    
        return;
    }