Help for this page

Select Code to Download


  1. or download this
    if ( A
      && B
      && C
    ) {
    }
    
  2. or download this
    if ( is_AB( @stuff ) && is_C( @stuff ) ) {
    }
    ...
    sub is_C {
        my @stuff = @_;
        return C;