After going through couple of linksI came to know that Perl does the compilation and create an intermediate byte code and then interpret that byte code. My question is where does that byte code reside?
Like in other language like java, c we can see the machine executable object code after compilation. Though Perl doesn't create machine executable code, but there should be some location where it stores the byte code temporarily.