Navigation Menu

Skip to content

Commit

Permalink
mention that scalar reference access to bytestreams is a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 17, 2013
1 parent 2f2ab2e commit c80cfed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Mojo/ByteStream.pm
Expand Up @@ -334,6 +334,12 @@ bytestream with L<Mojo::Util/"xml_escape">.
XOR encode bytestream with L<Mojo::Util/"xor_encode">.
=head1 BYTESTREAM
Direct scalar reference access to the bytestream is also possible.
$$stream .= 'foo';
=head1 SEE ALSO
L<Mojolicious>, L<Mojolicious::Guides>, L<http://mojolicio.us>.
Expand Down

0 comments on commit c80cfed

Please sign in to comment.