The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:BSON-Stream RUNARB"

BSON::Stream - Read BSON data from stream (file). River stage zero No dependents

BSON::Stream allows you to read one and one BSON record from a file and get it back as a Perl structure. Reading from STDIN use BSON::Stream; my $bsonstream = BSON::Stream->new(*STDIN); while (my $res = $bsonstream->get) { printf("%s own %s apples\n"...

RUNARB/BSON-Stream-0.01 - 10 Apr 2015 11:23:14 UTC
1 result (0.022 seconds)