Help for this page

Select Code to Download


  1. or download this
    other_function(decode 'latin-1', 'string_literal'))
    # and if you want to change a variable
    $var = decode('latin-1', $var);
    
  2. or download this
    do {
       my $var = 'string_literal';
    ...
    }
    # and the other one
    decode('latin-1', $var)