Re: perl bug with references
- From: "Thomas J." <jue@xxxxxxxxxxxxxxxxx>
- Date: 28 Feb 2007 03:19:46 -0800
On 28 Feb., 03:13, "dt" <p...@xxxxxxxxxxxxxx> wrote:
I found an odd behavior.
when I have a reference, let's say it is an array, it seems to pad the
value differently in perl 5.6 vs 5.8:
this worked in perl 5.8 but not perl 5.6:
$ref =~ /^ARRAY/;
for 5.6, I had to change to =~ /^\s*ARRAY/;
I have same results with perl 5.6.
perldoc -f ref
hope that helps,
Thomas
.
- References:
- perl bug with references
- From: dt
- perl bug with references
- Prev by Date: Can't call method "Sql"... need help
- Next by Date: Re: Can't call method "Sql"... need help
- Previous by thread: Re: perl bug with references
- Next by thread: Expect and xterm
- Index(es):
Relevant Pages
|