| DBIx::DR::ByteStream(3pm) | User Contributed Perl Documentation | DBIx::DR::ByteStream(3pm) |
NAME¶
DBIx::DR::ByteStream - ByteStreamSYNOPSIS¶
use DBIx::DR::ByteStream;
my $str = DBIx::DR::ByteStream->new('abc');
print "%s\n", $str->content;
METHODS¶
new¶
Constructor.content¶
Returns content.COPYRIGHT¶
Copyright (C) 2011 Dmitry E. Oboukhov <unera@debian.org> Copyright (C) 2011 Roman V. Nikolaev <rshadow@rambler.ru> This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License.
| 2012-05-03 | perl v5.14.2 |