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

FR: need method to access the complete (unparsed) line #66

Open
XSven opened this issue Feb 28, 2024 · 1 comment
Open

FR: need method to access the complete (unparsed) line #66

XSven opened this issue Feb 28, 2024 · 1 comment

Comments

@XSven
Copy link

XSven commented Feb 28, 2024

while (my $row = $csv->getline ($fh)) {
    my @fields = @$row;
}

Inside of the while loop body I need to access the completed (unparsed) line (usually $_) that $csv has used to parse and to create $row.

@XSven
Copy link
Author

XSven commented Mar 11, 2024

In the end I need to have an official method to access $csv->{ _CACHE }->{ tmp } inside of the while loop.

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