in reply to Re^2: exit this way
in thread exit this way
In many other languages, main is "special". The unnamed programmers were attempting to make a facsimile of that "specialness".
Perhaps:
#!perl use strict; use warnings; main(); exit 99; # or other reasonable default exit value
might be better.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: exit this way
by Your Mother (Archbishop) on Sep 01, 2015 at 17:26 UTC |