Help for this page

Select Code to Download


  1. or download this
    # Rarely, you should replace:
    
    ...
            # ...
        }
    }
    
  2. or download this
    # Usually, you should replace:
    
    ...
    # or even:
    
        my $bar= condition() ? init() : undef;