source: trunk/documents/UserDoc/Welcome/IntroductionToGeant4/print/print/Execute.pl @ 1208

Last change on this file since 1208 was 1208, checked in by garnier, 15 years ago

CVS update

  • Property svn:executable set to *
File size: 351 bytes
Line 
1#!/usr/local/bin/perl
2#
3#
4
5$outputFile = 'IntroductionToGeant4Merged.html';
6
7@inputFiles = (
8               '../html/index.html',
9               'break00.html',
10               '../html/introductionToGeant4.html'
11              );
12
13$numberFiles = @inputFiles;
14
15for ($i=0; $i<$numberFiles; $i++)
16{
17    `MergeDocs.pl $inputFiles[$i] >> $outputFile`;
18}
19
20
21
Note: See TracBrowser for help on using the repository browser.