Help for this page
sub create_entry { # If only two fields are present, the index must ... my ($tape_id, @rest) = @_; push (@{$tape_index{$tape_id}}, [$tape_id, @rest]); }
ST4910 (FROZEN)