Help for this page

Select Code to Download


  1. or download this
    while( <> ){
      split;
      splice @_, 0, 2; #removes first two elements
      store_elements_function( @_ ); #sub to store the remainder
    }
    
  2. or download this
    my @std_keys = qw/proto .../;
    my @ext_keys = qw/name9 name10 name11/;
    ...
      print "My proto is: ",$hash{'proto'},"\n";
    
    ...