in reply to Matching a variable in a fixed width file

Three things: I think if you sort these bits out, you'll fix your problem :-)

Replies are listed 'Best First'.
Re: Re: Matching a variable in a fixed width file
by aseidas (Beadle) on May 08, 2002 at 23:27 UTC
    In the sub get_domkey I am reading from  <STDIN> this is not a problem, I am getting the key I want (the print statement is returning it). The sub get_domcf is where I am reading from a file. I will try to get rid of the globals and see if that helps, thanks for the reply ! Aseidas