Help for this page

Select Code to Download


  1. or download this
    my @output;
    my $pk = "SomeString";
    ...
    @output = uniq @output;
    #At this point @output is empty
    return \@output;
    
  2. or download this
    Same loop to generation to generate the arrays. Still seeing all value
    +s in the array before this:
       my @final_output;
    ...
    my @output_array = keys %output_hash;
    
    return \@output_array;
    
  3. or download this
    my %output_hash;
    my $pk = "SomeString";
    ...
    my @output_array = keys %output_hash;
    
    return \@output_array;
    
  4. or download this
    <PoolName>: 4737 lines returned.
    'SomeString'
    ...
    SomeString, HASH(0x106d978)
    Bad command return: <Some command used to get this data>
    Use of uninitialized value in concatenation (.) or string at <script_p
    +ath> line <Line with print "HERE: " .$row->{"$pk"} . "\n";>.