One thing at a time all the time!

Welcome to Rocteur
Friday, April 26 2024 @ 01:30 AM CEST

How can I make die process several lines of code ?

Do something like this:

open my $FH, '<', 'somefile' or do {
# some statement here;
# and another statement;
# and finally;
die "some string here";
};

John W. Krahn

FAQ Manager » OpenSolaris » How can I make die process several lines of code ?