Re: rmdir('/unix_path/to/dir') not working with 5.18.1?

2014-03-08 Thread Craig A. Berry
On Mar 7, 2014, at 6:49 PM, John E. Malmberg malmb...@encompasserve.org wrote: On 3/7/2014 8:18 AM, Craig A. Berry wrote: On Feb 26, 2014, at 11:35 PM, John E. Malmberg malmb...@encompasserve.org wrote: On 2/25/2014 7:02 PM, Craig A. Berry wrote: On Feb 24, 2014, at 11:33 PM, John E.

Re: rmdir('/unix_path/to/dir') not working with 5.18.1?

2014-03-07 Thread Craig A. Berry
On Feb 26, 2014, at 11:35 PM, John E. Malmberg malmb...@encompasserve.org wrote: On 2/25/2014 7:02 PM, Craig A. Berry wrote: On Feb 24, 2014, at 11:33 PM, John E. Malmberg malmb...@encompasserve.org wrote: I can not seem to do a rmdir() of an absolute or relative Unix path with Perl

opendir on search list (Re: rmdir('/unix_path/to/dir') not working with 5.18.1?)

2014-03-07 Thread Craig A. Berry
On Feb 24, 2014, at 11:33 PM, John E. Malmberg malmb...@encompasserve.org wrote: I also noticed that opendir('/search_list/directory') fails when 'directory' is only in the first member of the search list. I am not sure what the issue there is. I think the solution for that will be more

Re: rmdir('/unix_path/to/dir') not working with 5.18.1?

2014-03-07 Thread John E. Malmberg
On 3/7/2014 8:18 AM, Craig A. Berry wrote: On Feb 26, 2014, at 11:35 PM, John E. Malmberg malmb...@encompasserve.org wrote: On 2/25/2014 7:02 PM, Craig A. Berry wrote: On Feb 24, 2014, at 11:33 PM, John E. Malmberg malmb...@encompasserve.org wrote: I can not seem to do a rmdir() of an

Re: rmdir('/unix_path/to/dir') not working with 5.18.1?

2014-02-26 Thread John E. Malmberg
On 2/25/2014 7:02 PM, Craig A. Berry wrote: On Feb 24, 2014, at 11:33 PM, John E. Malmberg malmb...@encompasserve.org wrote: I can not seem to do a rmdir() of an absolute or relative Unix path with Perl 5.18.1. It works unless DECC$FILENAME_UNIX_REPORT is defined. That's not particularly

Re: rmdir('/unix_path/to/dir') not working with 5.18.1?

2014-02-25 Thread Craig A. Berry
On Feb 24, 2014, at 11:33 PM, John E. Malmberg malmb...@encompasserve.org wrote: I can not seem to do a rmdir() of an absolute or relative Unix path with Perl 5.18.1. It works unless DECC$FILENAME_UNIX_REPORT is defined. That's not particularly well tested and you definitely found a bug.

rmdir('/unix_path/to/dir') not working with 5.18.1?

2014-02-24 Thread John E. Malmberg
I am trying to get the GNU make 4.0.90 self tests run on VMS, and they are written in perl. I am making some progress, but have found some issues. I can not seem to do a rmdir() of an absolute or relative Unix path with Perl 5.18.1. I have worked around the issue by replacing the rmdir()