my $string = 'abcdefghijklmnopqrstuvwxyz'; my $substring = \substr $string, 10, 10; $$substring = uc $$substring; print $string, "\n";
In reply to Re: Is there a module for object-oriented substring handling/substitution?
by choroba
in thread Is there a module for object-oriented substring handling/substitution?
by smls
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |