From: Sun Park Date: 2007-06-05T22:55:07+09:00 Subject: Re: Question about getc ------=_Part_15560_18780493.1181051707420 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I use global variables for golfing only.. :) but please don't remove $_! 2007/6/5, Yukihiro Matsumoto : > > Hi, > > In message "Re: Question about getc" > on Tue, 5 Jun 2007 19:15:06 +0900, "Sun Park" > writes: > > |If we call gets(), the returned string is copied to a special variable $_ > |Do we have such things for getc(), too? > > No, implicit global variables are evil. I'd rather remove $_ in the > future. > > matz. > > ------=_Part_15560_18780493.1181051707420--