2010/4/13 WashingtonGeorge <qd20080...@hotmail.com>: > Sorry,my expressions had something wrong a moment ago.i wanted to say in > case i must to use a number bigger than 2**31-1,what should i do?
Please quote the message you are replying to. If you have a dataset with more than 2**31-1 elements, you probably shouldn't be storing it in an array. You might want to use a database and only deal with part of the dataset in memory at any one time. To do this you could use MySQL and DBIx::Class as an Object-Relational Mapping (ORM) around the database. But dealing with such huge datasets is *not* a beginner topic. It is difficult and requires knowledge of many different topics. Phil -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/