Help for this page

Select Code to Download


  1. or download this
    eval `/common/tools/mkAliases`
    
  2. or download this
    my $table = read_table();
    foreach my $key (keys %$table)
    ...
      print "alias ${key}r '$table->{$key} root';\n";
      # etc.
    }