Open GoogleCodeExporter opened 9 years ago
%ENV is always re-initialized at run-time.
reading ENV in a BEGIN block should do no harm, and might be actually useful,
but we nevertheless should warn about it, as the run-time value will be
different.
writing ENV in a BEGIN block is just ignored and we need to warn about it.
Same for using POSIX and other syscalls side-effects. readers and writers are
just ignored.
Original comment by reini.urban
on 2 Jun 2014 at 5:01
Original comment by reini.urban
on 2 Jun 2014 at 8:38
Original comment by reini.urban
on 11 Jun 2014 at 11:21
Original comment by reini.urban
on 11 Jun 2014 at 11:24
Original issue reported on code.google.com by
reini.urban
on 2 Jun 2014 at 4:50