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.
Thanks,
Agustin Rivera
Webmaster, Pollstar.com
http://www.pollstar.com
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.
Thanks,
Agustin Rivera
Webmaster, Pollstar.com
http://www.pollstar.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
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: [
ECTED]>; "Timothy Johnson"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 5:18 PM
Subject: RE: Default Input Record Separator
>
> Check out the read() function.
>
> perldoc -f read
>
> Is this what you are looking for?
>
> -Ori
Check out the read() function.
perldoc -f read
Is this what you are looking for?
-Original Message-
From: Agustin Rivera [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 5:16 PM
To: Timothy Johnson; [EMAIL PROTECTED]
Subject: Re: Default Input Record Separator
Yeah, but the
hy Johnson" <[EMAIL PROTECTED]>
To: "'Agustin Rivera'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 5:07 PM
Subject: RE: Default Input Record Separator
>
> You'd probably have better luck using split.
>
> open(INFILE,
8 PM
To: [EMAIL PROTECTED]
Subject: Default Input Record Separator
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.
Thanks,
Agustin Rivera
Webmaster, Pollstar.com
http://www.poll
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.
Thanks,
Agustin Rivera
Webmaster, Pollstar.com
http://www.pollstar.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED