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

split docs: say the string is EXPR #7187

Closed
p5pRT opened this issue Mar 20, 2004 · 4 comments
Closed

split docs: say the string is EXPR #7187

p5pRT opened this issue Mar 20, 2004 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Mar 20, 2004

Migrated from rt.perl.org#27790 (status was 'resolved')

Searchable as RT27790$

@p5pRT
Copy link
Author

p5pRT commented Mar 20, 2004

From @jidanni

$ perldoc -f split
split /PATTERN/,EXPR,LIMIT
split /PATTERN/,EXPR
split /PATTERN/
split Splits a string into a list of strings and returns that list.

Say instead​:
split Splits the string EXPR into a list of strings and returns that list.

Or else one has to man more lines to learn that string is EXPR.

@p5pRT
Copy link
Author

p5pRT commented Mar 24, 2004

From @iabyn

On Sat, Mar 20, 2004 at 05​:21​:07AM -0000, Dan Jacobson wrote​:

# New Ticket Created by Dan Jacobson
# Please include the string​: [perl #27790]
# in the subject line of all future correspondence about this issue.
# <URL​: http​://rt.perl.org​:80/rt3/Ticket/Display.html?id=27790 >

$ perldoc -f split
split /PATTERN/,EXPR,LIMIT
split /PATTERN/,EXPR
split /PATTERN/
split Splits a string into a list of strings and returns that list.

Say instead​:
split Splits the string EXPR into a list of strings and returns that list.

Or else one has to man more lines to learn that string is EXPR.

Thanks, I've applied this to the development branch of perl as change
#22584.

Dave.

--
"Do not dabble in paradox, Edward, it puts you in danger of fortuitous
wit." -- Lady Croom - Arcadia

@p5pRT
Copy link
Author

p5pRT commented Mar 24, 2004

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

@p5pRT
Copy link
Author

p5pRT commented Mar 24, 2004

@iabyn - Status changed from 'open' to 'resolved'

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

No branches or pull requests

1 participant