> Did I ever report this error: >
Which version of Embperl? If 2.x, could you try if it is fixed in 2.0b9. I have done some adjustments on subs Gerald > This sub will display nothing: > > [$ sub showData $] > [- > ($type, $data) = @_; > $escmode = 1; > print OUT "$data"; > -] > [$ endsub $] > > This one will print out the desired data: > > [$ sub showData $] > [++] > [- > ($type, $data) = @_; > $escmode = 1; > print OUT "$data"; > -] > [$ endsub $] > > -- > Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582 > Kaki Data tshirts, merchandize Fax: 3816 2501 > Howitzvej 75 �ben 12.00-18.00 Email: [EMAIL PROTECTED] > 2000 Frederiksberg L�rdag 12.00-16.00 Web: www.suse.dk > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
