diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2001-09-20 14:21:31 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 12:49:17 +0000 |
commit | 2d84a16a79dbb993063e4052e2e5e7a2dca5effc (patch) | |
tree | 7e06fd474f9d540464b37aca33d1c0a3e6a47e66 /pod/perltodo.pod | |
parent | e337fe5d35fe209b9b7282bd06a3e200f19d1403 (diff) | |
download | perl-2d84a16a79dbb993063e4052e2e5e7a2dca5effc.tar.gz |
Re: ARGV and read
Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@12094
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index b4d2a82b89..aa8545b089 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -330,6 +330,8 @@ has changed. Detecting a change is perhaps the difficult bit. =head2 All ARGV input should act like E<lt>E<gt> +eg C<read(ARGV, ...)> doesn't currently read across multiple files. + =head2 Support for rerunning debugger There should be a way of restarting the debugger on demand. |