Re: FW: How long can $_ be?

2002-03-14 Thread Elaine -HFB- Ashton
Anette Seiler [[EMAIL PROTECTED]] quoth: * * This got me wondering. Is the behavior you see caused by limitations * for $_, or by limitations of the print function? You might try: * print strlen( $_ ), \n; * *My Perl doesn't know what strlen is. Is it part of a module? * *I don't think, it is

FW: How long can $_ be?

2002-03-13 Thread Richard Smith
Hi Folks, This got me wondering. Is the behavior you see caused by limitations for $_, or by limitations of the print function? You might try: print strlen( $_ ), \n; Thanks, Smiddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FW: How long can $_ be?

2002-03-13 Thread Anette Seiler
Hi Smiddy, you wrote: This got me wondering. Is the behavior you see caused by limitations for $_, or by limitations of the print function? You might try: print strlen( $_ ), \n; My Perl doesn't know what strlen is. Is it part of a module? I don't think, it is a limitation of the print