Help for this page

Select Code to Download


  1. or download this
    my $name = $attr->getValue();
    
    ...
    Dump($name);
    $name = Encode::encode( 'latin1', $name );
    Dump($name);
    
  2. or download this
    my $name = $attr->getValue();
    $name = substr($name,0);