Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpack character . lacks documentation #11324

Open
p5pRT opened this issue May 9, 2011 · 4 comments
Open

Unpack character . lacks documentation #11324

p5pRT opened this issue May 9, 2011 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented May 9, 2011

Migrated from rt.perl.org#90166 (status was 'open')

Searchable as RT90166$

@p5pRT
Copy link
Author

p5pRT commented May 9, 2011

From @sciurius

Created by @sciurius

Unpack character . (returns the number of bytes or characters (depending
on the selected encoding mode) read so far) is not documented in
perlfunc.pod.

The documentation of pack / unpack is too messy to provide an easy
patch.

Perl Info

Flags:
    category=docs
    severity=medium


@p5pRT
Copy link
Author

p5pRT commented Dec 6, 2011

From @jkeenan

On Mon May 09 05​:00​:11 2011, jv wrote​:

This is a bug report for perl from jvromans@​squirrel.nl,
generated with the help of perlbug 1.39 running under perl 5.14.0.

-----------------------------------------------------------------
[Please describe your issue here]

Unpack character . (returns the number of bytes or characters (depending
on the selected encoding mode) read so far) is not documented in
perlfunc.pod.

The documentation of pack / unpack is too messy to provide an easy
patch.

At lines 4042-43 of pod/perlfunc.pod (blead), I see​:

#####
. Null-fill or truncate to absolute position specified by the value.
#####

Is that different from what you were looking for?

Thank you very much.
Jim Keenan

@p5pRT
Copy link
Author

p5pRT commented Dec 6, 2011

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Dec 6, 2011

From @sciurius

[Quoting James E Keenan via RT, on December 5 2011, 19​:02, in "[perl #90166] Unp> > Unpack character . (returns the number of bytes or characters (depending

on the selected encoding mode) read so far) is not documented in
perlfunc.pod.

The documentation of pack / unpack is too messy to provide an easy
patch.

At lines 4042-43 of pod/perlfunc.pod (blead), I see​:

#####
. Null-fill or truncate to absolute position specified by the value.
#####

Is that different from what you were looking for?

Yes. This is the pack functionality. It is the unpack functionality
(which is different) that is missing.

-- Johan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants