in reply to cgi.pm param method help

warning: I am not now, nor have I ever been a CGI programmer

Looking at the CGI manual page, I see the import_names method.

It looks like you could go:

$q->import_names('Job'); # now $Job::Job_ID and $Job::Inv_CLLI should be set to whatever param( +) would have returned.