Help for this page

Select Code to Download


  1. or download this
    if (...)
    {
    ...
    {
        # continue with the happy path
    }
    
  2. or download this
    unless ($value == $expected_value)
    {
    ...
    }
    
    # continue with the happy path