Help for this page

Select Code to Download


  1. or download this
    binmode STDOUT, ":utf8"; 
    my $a = __t("Patient Id"); 
    utf8::decode( $a ); 
    print $a,"\n";
    
  2. or download this
    binmode STDOUT, ":utf8"; 
    my $a = __t("Patient Id"); 
    decode( $a ); 
    print $a,"\n";