summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-18 15:11:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-18 15:11:47 +0000
commitb3f4d6747e1f3080fd7541acf443f6376f42f81c (patch)
tree6dbeab32dabb545a199e65eb9f1969fea49477c8 /opcode.pl
parentf1612b5c9ea43d9872ae3595ce140e5a62ae6cf4 (diff)
downloadperl-b3f4d6747e1f3080fd7541acf443f6376f42f81c.tar.gz
more op description tweaks
p4raw-id: //depot/perl@4192
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcode.pl b/opcode.pl
index 9e96cd1765..3f4d7c5ee1 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -357,7 +357,7 @@ bless bless ck_fun s@ S S?
# Pushy I/O.
-backtick backticks (``, qx) ck_null t%
+backtick quoted execution (``, qx) ck_null t%
# glob defaults its first arg to $_
glob glob ck_glob t@ S? S?
readline <HANDLE> ck_null t%
@@ -747,9 +747,9 @@ semop semop ck_fun imst@ S S
# Eval.
require require ck_require du% S?
-dofile do 'file' ck_fun d1 S
-entereval eval 'string' ck_eval d% S
-leaveeval eval 'string' exit ck_null 1 S
+dofile do "file" ck_fun d1 S
+entereval eval "string" ck_eval d% S
+leaveeval eval "string" exit ck_null 1 S
#evalonce eval constant string ck_null d1 S
entertry eval {block} ck_null |
leavetry eval {block} exit ck_null @