Help for this page

Select Code to Download


  1. or download this
    while($i < 20000000) {
        @objects = getObjects(); 
    ...
    {
        my $obj = shift;
    }
    
  2. or download this
    --------------------------------
    
    ...
    return 1;
    
    # ex: my $obj = new Obj("x", \@arrayOfObjects);