Method: IronWorkerNG::Code::Runtime::Perl#runtime_run_code

Defined in:
lib/iron_worker_ng/code/runtime/perl.rb

#runtime_run_code(local, params) ⇒ Object



7
8
9
10
11
# File 'lib/iron_worker_ng/code/runtime/perl.rb', line 7

def runtime_run_code(local, params)
  <<RUN_CODE
perl #{File.basename(@exec.path)} #{params}
RUN_CODE
end