sub normalise_network_device_polling_data { die "This is a procedure not a function" if defined wantarray; for ( @_ ) { tr/.../.../; s/.../.../; $_ = quotemeta; } }