Help for this page

Select Code to Download


  1. or download this
    use Quantum::Superpositions;
    
    # Create a disjunction of 'a' and 'b'.
    $dis = any( 'a', 'b' );
    $dis =~ /.*/ && print $&;