diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-18 15:11:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-18 15:11:47 +0000 |
commit | b3f4d6747e1f3080fd7541acf443f6376f42f81c (patch) | |
tree | 6dbeab32dabb545a199e65eb9f1969fea49477c8 /opcode.h | |
parent | f1612b5c9ea43d9872ae3595ce140e5a62ae6cf4 (diff) | |
download | perl-b3f4d6747e1f3080fd7541acf443f6376f42f81c.tar.gz |
more op description tweaks
p4raw-id: //depot/perl@4192
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -397,7 +397,7 @@ EXT char *PL_op_desc[] = { "single ref constructor", "reference-type operator", "bless", - "backticks (``, qx)", + "quoted execution (``, qx)", "glob", "<HANDLE>", "append I/O operator", @@ -683,9 +683,9 @@ EXT char *PL_op_desc[] = { "semctl", "semop", "require", - "do 'file'", - "eval 'string'", - "eval 'string' exit", + "do \"file\"", + "eval \"string\"", + "eval \"string\" exit", "eval {block}", "eval {block} exit", "gethostbyname", |