Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Hash will not print if a value begins with 2 under certain conditions

by Anonymous Monk
on Jul 27, 2014 at 04:00 UTC ( #1095195=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %ref;
    my $threelinefakein = "...\n...";
    ...
    
       refLogic( \%ref, \$fake );
    }
    
  2. or download this
    ## Usage: fillRef( $hashref, $infilename );
    sub fillRef {
    ...
    ## fake out for testing
       local *OUT = \*STDOUT;
    }
    
  3. or download this
        my %ref    = ... ; ## Data::Dump::dd(%ref)    output here
        my @probes = ... ; ## Data::Dump::dd(@probes) output here
    ...
                if ( $temp[0] == 2 ) { print $key. "\t" . $ref{$key} . "\n
    +"; }
            }
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1095195]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2023-12-01 04:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?