Help for this page

Select Code to Download


  1. or download this
    $l_Value =~ s/([a-zA-Z]\w+)/${$o_Object->GetValue(\ $1)}/gs;
    
  2. or download this
    sub GetValue {
      my $o_Object    = shift;
    ...
      }
      return \ $l_Value;
    }