in reply to Need some data structures cooked
Trap your errors .. and link/unlink.#!/usr/bin/perl use strict; use simplegraph; $iteration = 0; $servers={'64.210.209.50' => { domain => 'www.zwire.com', scale => 3500, vips => [], }, '64.210.209.51' => {}, };
Hope this helpssplice (@{$vips{$k}{'stack'}},0,$#{$vips{$k}{'stack'}}-50) if ($#{$vip +s{$k}{'stack'}}>50);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Need some data structures cooked
by petral (Curate) on Nov 21, 2002 at 15:55 UTC |