Help for this page

Select Code to Download


  1. or download this
    {
      local $/ = q{};
      for (@ThisFileArray) {
    ...
    }
            push(@FormattedParagraphs,@NewTextArray);
            @NewTextArray = "";
    
  2. or download this
    {
      local $/ = q{};
    ...
        @NewTextArray = ();    
        @ThisFileArray = ();
    }