in reply to Re: runnig part of script when variable changes
in thread runnig part of script when variable changes

I am getting the error " can't increment in my at var.pl line x, near "++;"
  • Comment on Re: Re: runnig part of script when variable changes

Replies are listed 'Best First'.
Re: Re: Re: runnig part of script when variable changes
by vek (Prior) on Feb 21, 2002 at 16:13 UTC
    Really? Please post your code. I'm assuming the offending line is the my $firstLineFlag++; line which (if used as I posted) will just set the value of $firstLineFlag to 1.