Re: Perl 5.12: Problems with VMS file name processing

2010-07-16 Thread Craig A. Berry
On Apr 24, 2010, at 8:18 AM, Craig A. Berry wrote: On Apr 23, 2010, at 11:37 AM, martin.zin...@deutsche-boerse.com wrote: here is another reproducer for a 5.12 problem (this might be something for Robert). The following little script fails: use File::Copy; my $from = 'sys$login:from.lis'

Re: Perl 5.12: Problems with VMS file name processing

2010-04-24 Thread Craig A. Berry
On Apr 23, 2010, at 11:37 AM, martin.zin...@deutsche-boerse.com wrote: here is another reproducer for a 5.12 problem (this might be something for Robert). The following little script fails: use File::Copy; my $from = 'sys$login:from.lis'; my $to = 'sys$login:to.lis'; system("create/fdl=n