#!/usr/bin/perl system("./server_down.sh"); #script terminates here, why ???? #below lines will not execute print "line 1"; print "line 2";