• @epyon22
    link
    41 year ago

    Applications where you aren’t using some sort of framework. Usually MVC or other frameworks would handle this or are designed to continuously run.

    • jsveiga
      link
      fedilink
      161 year ago

      Perl is funnier, as these are valid ways of exiting with an exception:

      readFile() or die;

      die unless $a > $b;