Help for this page

Select Code to Download


  1. or download this
    # This code has been run through a basic smoke-test.
    
    ...
    sub boolify {
        return;
    }
    
  2. or download this
    use My::Error::String;
    
    ...
            return My::Error::String->new( "Have an error somewhere ..." )
    +;
        }
    }