Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
      1/shift;
    }
    
  2. or download this
    sub callMethod
    {
      local $SIG{__DIE__} = sub {confess ("error calling someMethod: $_[0]
    +")};
      someMethod(0);
    }