Help for this page

Select Code to Download


  1. or download this
        if ( not $code ) {
            $code       = $unit;
    ...
            @ARGV       = @$argv;
        }
    
  2. or download this
        if ( $A ) {
            if ( $B ) {
    ...
                {...}
            };
        };
    
  3. or download this
        # Four-outcome tree
        my $cf      = !!$code;
    ...
            $code       = $unit . q{()};
        } 
        else { die 'Fifth element!' };