in reply to Scrubbing a string
It should be obvious how this would work for arrays and hashes but you would run into problems with scalars if they ended up being references.tie my $string 'Set::Avoid', not => 'this'; $string = "This is how you do it"; print $string; #T ow you do"
Cheers - L~R
|
|---|