diff options
author | Larry Wall <larry@netlabs.com> | 1993-12-10 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1993-12-10 00:00:00 +0000 |
commit | ed6116ce9b9d13712ea252ee248b0400653db7f9 (patch) | |
tree | 348e8de37401fa4381f6bfe0989abef2e3b409e0 /opcode.pl | |
parent | 9bbf408117c16189b372e6657c9e5a15d01ea504 (diff) | |
download | perl-ed6116ce9b9d13712ea252ee248b0400653db7f9.tar.gz |
perl 5.0 alpha 5
[editor's note: the sparc executables have not been included,
and emacs backup files and other cruft such as patch backup files have
been removed. This was reconstructed from a tarball found on the
September 1994 InfoMagic CD]
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -171,6 +171,7 @@ gv glob value ck_null ds padsv private variable ck_null 0 padav private array ck_null 0 padhv private hash ck_null 0 +padany private something ck_null 0 pushre push regexp ck_null 0 @@ -538,7 +539,7 @@ semop semop ck_fun imst S S S # Eval. -require require ck_fun d S +require require ck_fun d S? dofile do 'file' ck_fun d S entereval eval string ck_eval d S leaveeval eval exit ck_null 0 S |