in reply to Tie() and substr(), proposal for SUBSTR tie object method

You can always add a method to the class you tie and call it via the tied-function.
my $substring = tied($object)->mySubstring($start, $length);


holli, /regexed monk/