tdroadmap_merger/gettd.pl
changeset 25 74210f1577f9
parent 24 7a2c092f0fbf
child 26 cad9fdd53748
equal deleted inserted replaced
24:7a2c092f0fbf 25:74210f1577f9
   207 
   207 
   208 #help print
   208 #help print
   209 sub printhelp
   209 sub printhelp
   210 {
   210 {
   211 
   211 
   212 	print "\n\n version 0.3 
   212 	print "\n\n version 0.4 
   213 	\ngettd.pl -t=url -d=domain \nrequired parameters:\n\t -t url containing the technology domain roadmap\n\t -d the technology domain name
   213 	\ngettd.pl -t=url -d=domain \nrequired parameters:\n\t -t url containing the technology domain roadmap\n\t -d the technology domain name
   214 	\n Optional parameters\n\t-o filename ,the output is logged into the output.csv file by default\n\t-h for help
   214 	\n Optional parameters\n\t-o filename ,the output is logged into the output.csv file by default\n\t-h for help
   215 	\n\t-a setup authorisation by cookie follow instructions in http://developer.symbian.org/wiki/index.php/Roadmap_merger_script#Cookies";
   215 	\n\t-a setup authorisation by cookie follow instructions in http://developer.symbian.org/wiki/index.php/Roadmap_merger_script#Cookies
       
   216 	\n\t -p adds support for package backlog analysis. just run gettd.pl -p";
   216 	exit;
   217 	exit;
   217 }
   218 }
   218 
   219 
   219 
   220 
   220 #process command line options
   221 #process command line options