Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Odd: Out of memory! error

by BlueLines (Hermit)
on Feb 23, 2002 at 01:16 UTC ( [id://147010]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    my $foo = { c => {} };
    my $records = [ $foo ];
    $records->{c} = 1;
    
  2. or download this
    [jon@opiate jon]$ ./foo.pl 
    Out of memory!
    [jon@opiate jon]$ perl --version
    
    This is perl, v5.6.0 built for i386-linux
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://147010]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found