#!c:\Perl\bin\Perl print "\n Line from print_1.pl \n"; exec "print_2.pl"; print "\n ERROR from print_1.pl: $! \n"; __END__