diff options
author | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1994-03-18 00:00:00 +0000 |
commit | 8990e3071044a96302560bbdb5706f3e74cf1bef (patch) | |
tree | 6cf4a58108544204591f25bd2d4f1801d49334b4 /t/foo.out | |
parent | ed6116ce9b9d13712ea252ee248b0400653db7f9 (diff) | |
download | perl-8990e3071044a96302560bbdb5706f3e74cf1bef.tar.gz |
perl 5.0 alpha 6
[editor's note: cleaned up from the September '94 InfoMagic CD, just
like the last commit]
Diffstat (limited to 't/foo.out')
-rw-r--r-- | t/foo.out | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/t/foo.out b/t/foo.out new file mode 100644 index 0000000000..422ebf8155 --- /dev/null +++ b/t/foo.out @@ -0,0 +1,36 @@ +{ +5 TYPE = block exit ===> DONE + FLAGS = (UNKNOWN,KIDS,PARENS) + { +1 TYPE = block entry ===> 2 + } + { +2 TYPE = next statement ===> 3 + FLAGS = (SCALAR) + LINE = 1 + } + { +4 TYPE = subroutine entry ===> 5 + FLAGS = (UNKNOWN,KIDS) + { + TYPE = null operation ===> (4) + WAS = subroutine reference + FLAGS = (SCALAR,KIDS) + { +3 TYPE = glob value ===> 4 + FLAGS = (SCALAR) + GV = main::foo + } + } + } +} + +SUB ODBM_File::init = (xsub 0x7efb8 0) + +SUB SDBM_File::init = (xsub 0x80318 0) + +SUB NDBM_File::init = (xsub 0x7ddf8 0) + +EXECUTING... + +- syntax OK |