Hello there! Have question if that is possible to empty a few arrays with one simple command?
For the moment I clear these six tables by assigning them an empty list: @bitmap_addr_lo = (); @bitmap_addr_hi = (); @screen_addr_lo = (); @screen_addr_hi = (); @colors_addr_lo = (); @colors_addr_hi = (); Just wondering if there is a more elegant way to achieve the same result? Many thanks in advance for your help! Regards, DJ Gruby. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/