G
Guenther Sohler
Hallo,
I am writing a small parser in perl, which should also be able to
include files.
if a include statement happens,
the prg shall put the current FH onto the stack and open a new file with
the same FH.
How can I do this as filehandles are special in perl ?
I am writing a small parser in perl, which should also be able to
include files.
if a include statement happens,
the prg shall put the current FH onto the stack and open a new file with
the same FH.
How can I do this as filehandles are special in perl ?