Help for this page

Select Code to Download


  1. or download this
    $method //= '';
    
  2. or download this
    $method = '' if ! defined $method;
    
  3. or download this
    defined_or( $method, '' );
    
    ...
            $_[0] = $_[1];
        }
    }
    
  4. or download this
    no warnings 'uninitialized';