Agustin Rivera wrote:
> 
> Is there anyway to change the Default Input Record Separator.. or $/ .. to
> allow me to read a character at a time?
> 
> I tried    $/=~ /./;    but it doesn't work.

$/ = \1;


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to