-
Notifications
You must be signed in to change notification settings - Fork 561
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
Fcntl and fcntl() woes #2203
Comments
From [email protected]Perhaps I'm misunderstanding the use of fcntl(), but I can't get it to do [jefpin@towers ~]$ perl [jefpin@towers ~]$ perl [jefpin@towers ~]$ Perl Info
|
From [Unknown Contact. See original ticket]On Thu, Jul 13, 2000 at 07:32:27PM -0400, Jeff Pinyan wrote:
Unfortunately you are misunderstanding the use of fcntl. This isn't use Fcntl; Michael |
From [Unknown Contact. See original ticket]On Jul 13, Michael Fowler said:
Then the Perl documentation is wrong: use Fcntl; And as for the return value... what flags can I test against it? jeffp@hut [12:05am] ~ #102> perl I'd provide a documentation patch if I had any idea what was truth. |
From [Unknown Contact. See original ticket]On Fri, Jul 14, 2000 at 12:07:17AM -0400, Jeff Pinyan wrote:
It appears testing against STDIN, STDOUT, and STDERR is giving you results use Fcntl; sysopen(IN, "foo.txt", O_RDONLY) || die( "open in: $!"); foreach my $fh (*STDIN, *STDOUT, *STDERR, *IN, *OUT, *BOTH) { __END__ So it produces what's expected, it was only the test case chosen causing Michael |
From [Unknown Contact. See original ticket]On Jul 13, Michael Fowler said:
Thank you for the clarification. :) |
@smpeters - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#3502 (status was 'resolved')
Searchable as RT3502$
The text was updated successfully, but these errors were encountered: