Help for this page

Select Code to Download


  1. or download this
    my $status_str = "$returnHash->{Status}";
    
  2. or download this
    my $status_str = ''.$returnHash->{'Status'};
    
  3. or download this
    my $status_str = $returnHash->{'Status'}->as_string();