We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated from rt.perl.org#1001 (status was 'resolved')
Searchable as RT1001$
The text was updated successfully, but these errors were encountered:
Small patch included.
dgris
--- lib/vars.pm.old Wed Jul 14 17:35:40 1999 +++ lib/vars.pm Wed Jul 14 17:36:09 1999 @@ -14,7 +14,7 @@ my ($pack, @imports, $sym, $ch) = @_; foreach $sym (@imports) { ($ch, $sym) = unpack('a1a*', $sym); - if ($sym =~ tr/A-Za-Z_0-9//c) { + if ($sym =~ tr/A-Za-z_0-9//c) { # time for a more-detailed check-up if ($sym =~ /::/) { require Carp;
-- Daniel Grisinger dgris@moiraine.dimensional.com perl -Mre=eval -e'$_=shift;;@[=split//;;$,=qq;\n;;;print m;(.{$-}(?{$-++}));,q;;while$-<=@[;;' 'Just Another Perl Hacker'
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.perl.org#1001 (status was 'resolved')
Searchable as RT1001$
The text was updated successfully, but these errors were encountered: