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
Assigning a file glob to ARGV #3455
Comments
From tballard@poci.amis.comIn perl 5.004_04 the following: @ARGV = <'../../etc/hosts'>; results in: 127.0.0.1 localhost In 5.6.0 it results in: Can't open '../../etc/hosts': No such file or directory at (eval 17)[/usr1/tis/sunos7/lib/perl5/5.6.0/perl5db.pl:1510] line 2. Perl Info
|
From [Unknown Contact. See original ticket]On Tue, 20 Feb 2001 11:02 -0700, tballard@poci.amis.com wrote:
From "perldoc perlop": If what's within the angle brackets is neither a One level of double-quote interpretation is done first, [...] Because of the double-quote interpretation done first, perl5.6.0 tries @ARGV = <../../etc/hosts>; I believe the bug report can be closed. Thanks, |
Migrated from rt.perl.org#5872 (status was 'resolved')
Searchable as RT5872$
The text was updated successfully, but these errors were encountered: