File: README

package info (click to toggle)
libstring-tokenizer-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 419; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

    README for Perl module String::Tokenizer

This module provides a simple string tokenizer which takes a string
and splits it on whitespace. It also optionally takes a string of
characters to use as delimiters, and returns them with the token set
as well. This allows for splitting the string in many different ways.

You can read a nicely formatted version of the documentation for
this module online:

    https://metacpan.org/pod/String::Tokenizer

You should be able to install this using your usual method for installing
modules from CPAN. If you don't have one, have a look at:

    http://www.cpan.org/modules/INSTALL.html

This module was written by Stevan Little <stevan@cpan.org>

Copyright (c) 2004-2016 Infinity Interactive, Inc.