http://qs1969.pair.com?node_id=838048


in reply to Re: Illegal character CTRLCHAR code 27
in thread Illegal character CTRLCHAR code 27

Hi,

I know how to remove a charachter, but wasn't sure what to use for the control charachter (as I've never had to do that)

This seems to do the trick though:

$user->{$col} =~ tr/\000-\037/ /;

Cheers

Andy