#!/usr/bin/perl my @x_points = ( 100, 200 ); my @y_points = ( 100, 200 ); my @radiuses = ( 50, 50 ); my @websites = qw( http://www.yahoo.com http://www.google.com ); print q( ); for ( my $i = 0 ; $i < @x_points ; $i++ ) { print qq( ); } print q(); #### ###################################################### # # # # # ###### # # ## ## # # # # # # # # <-yahoo # # # # # # ## ## # # ###### # # ###### # # ## ## # # # # # # # # <- google # # # # # # ## ## # # ###### # # # # # # # # # # # # # # # # # # # # # ######################################################