Help for this page
/([^!]*)!([^!]*)!([^!]*)!([^!]*)!([^!]*)/
split /!/
my $int = ($rec =~ /!INT=([0-9]+)!/);
my $int = ($rec =~ /^[^!]*!INT=([0-9]+)!/);