Help for this page

Select Code to Download


  1. or download this
    sub do_funky_tag_thing {
      my ($text1, $text2) = @_;
    ...
      #  shell_escape()
      system('tag',%args);
    }