The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
my $serial_asn1;
my $i;
package Foo;
sub length {1};
package main;
bless $serial_asn1 => 'Foo';

for ($i=0; $i<$serial_asn1->length; $i++) {
}