Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Absolute paths in perl and tcl scipts on HP-UX
We have several perl and tcl scripts that run in cron as well as some of our daily routines.
I
here is what we do and this seems to make our Tcl code release independent (at least for starting):
#!/usr/bin/ksh
# this line to escape the next line from the tcl interpreter
exec hcitcl “$0” “$@”
email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.
Thanks Jim,
I’ll try this one too
Ron