in reply to cgi.pm param method help
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. [download]