brmap.pl #1

  • //
  • guest/
  • richard_geiger/
  • utils/
  • cvs2p4/
  • test/
  • brmap.pl
  • View
  • Commits
  • Open Download .zip Download (182 B)
#
#

sub brmap
{
  my ($tag) = @_;

  if ($tag eq "ambiguous") { return "main"; } # To test [F]unction
  if ($tag eq "x")         { return "main"; } # To test [B]oth

  return "";
}
# Change User Description Committed
#1 5470 Richard Geiger The Neverending Story.