in reply to Re: No output to screen or output file
in thread No output to screen or output file
I noted that I did not include the entirety of my code. I changed my $filter variable to $filter_data. Also I took off the single quotations from my references to the arrays. This has not solved the problem.
if($hash{$filter[$c]->[4]} eq $filter_data)
I believe my problem lays with comparing a reference to an array with a variable (containing a string). Any insight on this would be helpful. Thanks!
Also, whenI remove the quotes and attempt to run the program the following error appears {Also, 'use strict' is included in my code}
Error: Use of uninitialized value in string eq at trial1.pl line 142, <IN> line 1767.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: No output to screen or output file
by blue_cowdawg (Monsignor) on Jul 24, 2012 at 18:36 UTC | |
by dkhalfe (Acolyte) on Jul 24, 2012 at 20:12 UTC | |
|
Re^3: No output to screen or output file
by tobyink (Canon) on Jul 25, 2012 at 00:07 UTC |