diff options
Diffstat (limited to 'perl/perl-String-Scanf/slack-desc')
-rw-r--r-- | perl/perl-String-Scanf/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-String-Scanf/slack-desc b/perl/perl-String-Scanf/slack-desc new file mode 100644 index 0000000000..23cd6b05e5 --- /dev/null +++ b/perl/perl-String-Scanf/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-String-Scanf: perl-String-Scanf (emulate sscanf() of the C library) +perl-String-Scanf: +perl-String-Scanf: String::Scanf supports scanning strings for data using formats +perl-String-Scanf: similar to the libc/stdio sscanf(). It supports %d, %u, %x, %o, +perl-String-Scanf: %e, %f, %g, %s and %c formats. +perl-String-Scanf: Formats %p, %n, %S, %C are not supported. +perl-String-Scanf: +perl-String-Scanf: Homepage: https://metacpan.org/release/String-Scanf +perl-String-Scanf: +perl-String-Scanf: +perl-String-Scanf: |