diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-06-26 05:15:45 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-25 18:23:30 +0000 |
commit | b04ef3598b41ce1175203a34d27b34173c201d32 (patch) | |
tree | 53d82ce3ff52a331178bb02336fbfeb44df61c8d /opcode.pl | |
parent | 316cf57b585e7de162c0dcdc31670d0d75b6e50e (diff) | |
download | perl-b04ef3598b41ce1175203a34d27b34173c201d32.tar.gz |
Re: [ID 20010621.007] readline() not quite as equal as <>
Message-ID: <20010625234545.A5022@lustre.linux.in>
p4raw-id: //depot/perl@10932
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ bless bless ck_fun s@ S S? backtick quoted execution (``, qx) ck_open t% # glob defaults its first arg to $_ glob glob ck_glob t@ S? -readline <HANDLE> ck_fun t% F +readline <HANDLE> ck_null t% F? rcatline append I/O operator ck_null t% # Bindable operators. |