[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#890873: lintian: gcc-8-cross-ports makes lintian fork-bomb, consume all memory and fill the disk



Hi Niels,

> I do not remember if you can use $foo->{'bar'} in a string
> interpolation, but I guess are about to find out. :)

  $ cat test.pl
  use strict;
  my $foo = { 'bar' => 'Yes.' };
  print "Can we use \$foo->{'bar'} in a string interpolation? $foo->{'bar'}\n";

  $ perl test.pl
  Can we use $foo->{'bar'} in a string interpolation? Yes.

TIL :)

> Thanks, looks good to me with a quick review.

I'll give it a whirl!
 

Best wishes,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-


Reply to: