Help for this page

Select Code to Download


  1. or download this
    errstr() && die if (1);
    
    sub errstr {
        return 0;
    }
    
  2. or download this
    if (1){
        errstr();
    ...
    sub errstr {
        return 0;
    }