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

NAME

String - allows for simple streaming access to a string buffer

SYNOPSIS

    use Scanner::Stream::String;

    $stream = new Scanner::Stream::String "Data!";