in reply to Re^2: Speeding up perl scriptin thread Speeding up perl script
if (exists $vars{'parameter'}) { # It is there! } else { # It is not there } [download]