Hi,

Is there "a one liner" that performs the equivalent of

sub ReturnAndClear {
   my $temp=$_[0];
   $_[0]=undef;
   return $temp;
    };

TIA

felix li

Reply via email to