Jumpstart Pre install scripts in perl...
Perl scripts dont execute for jumpstart pre-install, looks like the perl header is ignored and its executes as shell script. Is it possible to use perl in place of shell scripts? Thanks, P.
[203 byte] By [
icttech_01] at [2007-11-26 9:40:49]

# 1
hmm, its possible that the script is called assh <script>If so seems to be the case, simply create a shell scripts which calls your perlscript and use the shellscript as your pre-install script. 7/M.