Re: Redirect Print

2007-05-30 Thread Paul Lalli
On May 30, 11:56 am, [EMAIL PROTECTED] (Khalid Naji) wrote: > 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) = &get_name(12345); > > Sub get_name > { > $id = @_; > ... > Print "Blalalalalalalbla..

Re: Redirect Print

2007-05-30 Thread Sean Davis
On Wednesday 30 May 2007 11:56, Naji, Khalid wrote: > 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) = &get_name(12345); > > Sub get_name > { > $id = @_; > ... > Print "Blalalalalalalbla..

Redirect Print

2007-05-30 Thread Naji, Khalid
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) = &get_name(12345); Sub get_name { $id = @_; ... Print "Blalalalalalalbla...\n"; Return (Name); } Thanks, KN -- To unsubscribe, e-mail: [EMAIL PRO