If I get a segmentation fault in a perl script, and there are no syntax errors in the code is it always a problem with the interpreter. There is no way to leak memory in a perl environment right? This is because perl has garbage collection to clean up memory that isn't being used right?