Help for this page
s/i_// for @info; s/d_// for @data;
# Usage: erase STRING, LIST sub erase { my $re = quotemeta shift; s/$re//g for @_; 1; }