This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 如果要对1000个不同的标记(marker)做同样的分析, 请教各位IT高人,用哪种 scripting 自动执行?我感觉要用到perl,但本人不是IT出身,请各位尽量讲的简单易懂。万分感谢!
-dilbert(UCD);
2004-9-16
(#1889910@0)
-
up
-dilbert(UCD);
2004-9-16
(#1889998@0)
-
Depends on the task. But generally on Windows Platform: VBScript, JavaScript, C#. Unix: Perl or any Shell Scripts.
-mutantx(阿吉);
2004-9-17
(#1890059@0)
-
Like MutantX said, depend on how you want to process your data, Plus, Awk and sed are quite handy tools as well.
-canadiantire(八卦轮胎);
2004-9-17
(#1890062@0)
-
use perl, not hard to learn, sed and awk can help as well.
-redspider(忙啥!歇着吧!);
2004-9-17
(#1891384@0)
-
you can use any language. I prefer perl, python or use shell script if you data is not big.
-nohairmonk(无毛和尚);
2004-9-18
(#1891850@0)
-
谢谢各位的答复。如果哪位能提供相关的Perl Script的例子让我学习学习就更好了。再次致谢。
-dilbert(UCD);
2004-9-19
(#1893788@0)
-
go perldoc.org or search perl scripts examples in google.
-redspider(忙啥!歇着吧!);
2004-9-19
(#1893808@0)