Help for this page

Select Code to Download


  1. or download this
    Tag {
         Description       "blah blah blah"
    ...
         Name              "test tag"
         ...
    }
    
  2. or download this
    $^I = ".bak";
    @ARGV = "test.txt";
    ...
            print;
         }
    }