GeekInterview.com
Series: Subject: Topic:
Question: 24 of 65

What is the difference between die and exit in perl?

Asked by: Interview Candidate | Asked on: Jan 12th, 2007
Showing Answers 1 - 5 of 5 Answers
andrewt

Answered On : Feb 1st, 2007

View all answers by andrewt

die: outputs stderr then exit and also it can trap errors by evalexit: just exits or exit with EXPR

  
Login to rate this answer.
nitashaa

Answered On : Jul 15th, 2008

View all answers by nitashaa

die("couldnot open filen"); ---> terminate the program with customized message.
die -> terminates with last system error message.
exit(0) or exit; for success 
exit(1); failure
die function never accepts number as argument.It always accepts string or nothing.
die function always terminate prgram with error message wheras exit just terminates

Yes  1 User has rated as useful.
  
Login to rate this answer.
wow_suraj

Answered On : Jun 17th, 2009

View all answers by wow_suraj

1) die is used to throw an exception (catchable using eval).
exit is used to exit the process.

2) die will set the error code based on $! or $? if the exception is uncaught.
exit will set the error code based on its argument.

3) die outputs a message
exit does not.

Yes  4 Users have rated as useful.
  
Login to rate this answer.
felix

Answered On : Nov 21st, 2011

There is not same it must be difference . I am sure it must difference but same action perform.but returning a value difference may be like string variable what ever may be

  
Login to rate this answer.
vasava pv

Answered On : Oct 7th, 2012

die function was print a error message and exit function does not ... Otherwise both are same functionality

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.