Re: assigning hash key to reference of array question
p ) { >my $b_ip_final = join('',$b_real_ip,$b_ip_copy); >push @ip_g , $b_ip_final; >++$b_ip_copy; >} >$HoA{ join('_',$swit,$server) } = \@ip_g; > } > > > __DATA__ > server110.1.1.1-10.1.1.5 >
Re: Curious about Time::Local
ed structure field name from the C's tm structure from time.h; namely sec, min, hour, mday, mon, year, wday, yday, and isdst. > > Tom George HTH, Shrivats -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/