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

Supplemental documentation for the chomp method #51

Merged
merged 1 commit into from Sep 2, 2014

Conversation

nheinric
Copy link
Contributor

@nheinric nheinric commented Sep 2, 2014

Just a trivial doco change, but please let me know if I should put this into a branch prior to submitting a pull request.

$ printf "hello\nthere\n\nreader" | perl -MIO::All -E'$io = io("-")->chomp; while ( $line = $io->getline ) { print $line; } say;'
hellothere
$

@ingydotnet ingydotnet merged commit 08fb6b1 into ingydotnet:master Sep 2, 2014
@ingydotnet
Copy link
Owner

Applied,released,thanks!

I reformatted the swim a bit, and also ran make doc to update the ReadMe.pod.

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

Successfully merging this pull request may close these issues.

None yet

2 participants