- or download this
$parm_str = "\$" . "config->{jane}->{tel_no}, "\n";
$parm_str = '$config->{jane}->{tel_no}';
- or download this
package xmlutil;
...
return get_ivnode(\$lNewPtr,join(DELIM,@pParm));
}
- or download this
use strict;
...
use xmlutil;
xmlutil::get_ival('jane,tel_num');
- or download this
return $$pPtr unless $lKey;
return $$pPtr->{$lKey} unless $pParm[0];