- or download this
substr($_, $fld1_start, $fld1_len) = substr($_,$fld2_start, $fld2_len)
+;
- or download this
#!/usr/bin/perl
...
print $f->field, "\n";
print Dumper $f;
- or download this
ABCDEF
FEDCBA
$VAR1 = bless( {
'field' => 'FEDCBA'
}, 'Foo' );
- or download this
00001AAAAA
00002AAAAA
...
00008AAAAA
00009AAAAA
00010AAAAA
- or download this
#!/usr/bin/perl
...
print "LINE: ", $str->line(), "\n" x4;
}
- or download this
package String;
...
}
1;
- or download this
BEFORE: $VAR1 = bless( {
'line' => '00001AAAAA
...
etc.