I have the following code:
$floc = 74 - tell;
seek FILE, $floc, 1;
If I force $floc = -18, which is SHOULD be and it tells me that it is when I put a print $floc statement after the $floc assignment statement, everything is great. But, when I use the code above, it's not working properly?!?!?! Does tell put some sort of control characters in $floc??? Thanks for anyone's help!!!!!
$floc = 74 - tell;
seek FILE, $floc, 1;
If I force $floc = -18, which is SHOULD be and it tells me that it is when I put a print $floc statement after the $floc assignment statement, everything is great. But, when I use the code above, it's not working properly?!?!?! Does tell put some sort of control characters in $floc??? Thanks for anyone's help!!!!!