Help for this page

Select Code to Download


  1. or download this
    foreach my $re(@results){                            
    next if $re =~/^AVUs defined/; 
    warn $re; 
    my $attribute= $1 if($re =~ /^attribute:\s+(.*)/);                    
    +                         
    my $value = $1 if($re =~ /^value: (.*)/);                             
    +                          |  warn $attribute,$value;
    
  2. or download this
    attribute: md5
    
    EVAL_ERROR: Use of uninitialized value $value in warn at Access.pl lin
    +e 125.
    
    A problem occurred at /nfs/users/nfs_a/aj6/CGP/Fluidigm/perl/scripts/L
    +oadGenotypingResults.pl line 61.