Hi,
is there any way to mask a printing, when I call a Function using the
Command "print" and without to modify this Function:
Like:
My ($Name) =3D &get_name(12345);
Sub get_name
{
$id =3D @[EMAIL PROTECTED]
"Blalalalalalalbla...\n";
Return (Name);
}
Thanks,
KN