Help for this page

Select Code to Download


  1. or download this
    sub make_var_hash{
        my $xml = @_[0];
    ...
        #end the loop
        return \%myhash;
    }
    
  2. or download this
        $hash1 = make_var_hash('MOR2305.xml');
        foreach $key (keys($hash1)){
            print "$key = $$hash1{$key}[0] & $$hash1{$key}[1]\n";
        }
    
  3. or download this
    START = MOR_START & 60
    FINISH = MOR_FINISH & 150
    etc....
    
  4. or download this
    sub get_suite_vars{
        my %suite;
    ...
        }
        return \$suite;
    }
    
  5. or download this
    sub get_suite_vars{
        my %suite;
    ...
        }
        return \$suite;
    }
    
  6. or download this
    
    START = MOR_START &
    ...
    FINISH = MOR_FINISH & 
    ARRAY(0x1931eaf0) = &
    etc....