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

Add a list keywod like scalar #169

Closed
schwern opened this issue Jan 5, 2011 · 1 comment · Fixed by #192
Closed

Add a list keywod like scalar #169

schwern opened this issue Jan 5, 2011 · 1 comment · Fixed by #192

Comments

@schwern
Copy link
Contributor

schwern commented Jan 5, 2011

Add a list keyword that forces list context, like scalar forces scalar context.

Might be as simple as:

sub list(@) {
    return @_;
}
@schwern
Copy link
Contributor Author

schwern commented Apr 28, 2011

Solved by #192.

@schwern schwern closed this as completed Apr 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant