Invoke wlmoradc and smooth with your installed perl.
The following examples illustrate this idea for perl installed
in /usr/contrib/bin/ instead of /opt/perl/bin/, with the invocations
on the command line:
# /usr/contrib/bin/perl /opt/wlm/lbin/coll/wlmoradc arguments
# /usr/contrib/bin/perl /opt/wlm/lbin/coll/smooth arguments
The next examples perform the same functions as the previous
lines, but with the invocations inside the WLM configuration file
using the coll_argv keyword:
coll_argv = /usr/contrib/bin/perl /opt/wlm/lbin/coll/wlmoradc arguments ;
coll_argv = /usr/contrib/bin/perl /opt/wlm/lbin/coll/smooth arguments ;