On Sat Jan 05 01:10:17 2013, FROGGS.de wrote:
> So if somebody doesnt know the chunk size, (s)he will be unable to use
> read() at all. _If_ you know the chunk size you can say:
>
> last if $data < $chunk-size
If one doesn't know how much data to expect, one simply uses .recv.
Currently there's
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 49091974067e752852b87b9b18cc7bbed4233af9
https://github.com/perl6/specs/commit/49091974067e752852b87b9b18cc7bbed4233af9
Author: Carl Masak
Date: 2013-01-10 (Thu, 10 Jan 2013)
Changed paths:
M S06-rou
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: ffef865e3d2e6fd94749adbf62c5ee637c22654f
https://github.com/perl6/specs/commit/ffef865e3d2e6fd94749adbf62c5ee637c22654f
Author: Anthony Parsons
Date: 2013-01-10 (Thu, 10 Jan 2013)
Changed paths:
M S0
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b35224cc473babc10d2b900dcd09a84ad92d8e52
https://github.com/perl6/specs/commit/b35224cc473babc10d2b900dcd09a84ad92d8e52
Author: Larry Wall
Date: 2013-01-10 (Thu, 10 Jan 2013)
Changed paths:
M S32-set
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 0c7f42d08ee246b1c1944dc48c21be913748bda9
https://github.com/perl6/specs/commit/0c7f42d08ee246b1c1944dc48c21be913748bda9
Author: Tobias Leich
Date: 2013-01-10 (Thu, 10 Jan 2013)
Changed paths:
M S32-s
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #116348]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=116348 >
<[Coke]> r: sub postfix: ($x) { my $a = $x %% 2 ?? 2 !! 3; [*] $a,
$a+2 ... $x }