so what's wrong with defining your own puts() beside of say()
Btw.DB<13> sub puts {my $x=pop; chomp($x); print @_,$x,"\n"} DB<14> puts 1,2,3,"a\n" 123a DB<15>
Cheers Rolf
In reply to Re^4: puts vs say
by LanX
in thread puts vs say
by dgaramond2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |