#!/usr/bin/perl -w use strict; exec('/bin/tcsh', '/path/to/yourshellscript'); __END__