What value or range of values would you see if you added:
sub to_cache { my $ticker = shift; my $data = shift; print scalar @$data; ############# What would be printed? my @list; foreach(@$data) { push @list, pack("A10FFFFL", @$_); } $data_cache{$ticker} = \@list; }
In reply to Re^5: bit by overhead
by BrowserUk
in thread bit by overhead
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |