What happens when this is run?#!/usr/bin/perl -w my $foo = { c => {} }; my $records = [ $foo ]; $records->{c} = 1;
Why is this?[jon@opiate jon]$ ./foo.pl Out of memory! [jon@opiate jon]$ perl --version This is perl, v5.6.0 built for i386-linux
Edit kudra 2002-02-23 Added to title
In reply to Odd: Out of memory! error by BlueLines
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |