Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Unexpected behaviour of a tied array (Bug in ActiveState Perl?)

by dingus (Friar)
on Nov 05, 2002 at 16:23 UTC ( [id://210496]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    my $o = "";
    ...
        $o .= $_.' ';
    }
    print $o."\n";
    
  2. or download this
    ...
    my $o = "";
    ...
        $o .= $_;
    }
    print $o."\n";
    
  3. or download this
    my $c = 0;
    
    ...
        print STDERR "Call ($c) fetching the element with index: $index\n"
    +;
        return $self->[ $index ].$c;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://210496]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-29 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found