由买买提看人间百态

topics

全部话题 - 话题: perl
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
e*****n
发帖数: 11
1
来自主题: BuildingWeb版 - perl question, please help
I am trying to use the system() function in perl on windows
NT, the problem is only those .exe file in c:\windows can be
triggered. It does not work even I copy and paste some other
.exe files to c:\windows. Anyone know how to solve this
problem. I think it maybe because the difference with NT and
Unix, but do not sure. If anyone know some online resource
that talk about this, can you offer me the URL? Very
appreciated!
thanks
m*****y
发帖数: 518
2
来自主题: BuildingWeb版 - who knows perl well?
who knows perl well, i need ur help urgently. thanks.
pls email me p********[email protected]
s****a
发帖数: 46
3
来自主题: BuildingWeb版 - perl and apache web server
I met a wired problem when I use apache web server to run perl scripts. When I
changed my code, it seemed the web server could not reflect the modification
timely. Even I delete the code, the web server still can display some old
pages. If I refresh it, it will display some history page. But it can not
reflect my current version. After a period of time, eg. the next day, it may
can display. I was wondering if it is because the web server has cached my
page. Is there a paramater that lets the web
z*q
发帖数: 29
4
来自主题: BuildingWeb版 - Help: Ceiling in Perl?
Is there ceiling in Perl? I can't find it. Thanks!
p******f
发帖数: 162
5
来自主题: BuildingWeb版 - Re: 求助: 关于Perl and Javas

that meants the output of perl must be a valid html document understandable
by the browser.
use your browsers' read document source function to examine your html file.
d*****g
发帖数: 1
6
来自主题: BuildingWeb版 - 如何使用perl进行块删除?
由于网页原来放在一个免费的空间,每个文件的后面都被加上了广告。
现在要把网页移到另一个空间,想删除后面的广告。
由于文件数量很大,想用perl编程处理,不知那位大虾能够指点一个。
(1)广告部分用和标记出来。
(2)广告部分的长度不定。
c*******p
发帖数: 1
7
来自主题: BuildingWeb版 - 初级perl问题
用perl处理完一个form以后,想转到另一个网页,可以实在不知道怎么打开下一个网页?
thanks.
n*******d
发帖数: 650
8
来自主题: BuildingWeb版 - perl有什么独特之处?
我用PHP,从没用过PERL.不知道有什么独特的地方.大家建议学习麽?
t******g
发帖数: 10390
9
来自主题: BuildingWeb版 - perl有什么独特之处?
据说perl对字符串处理有独到之处.
所以生物方面用的多
x******g
发帖数: 319
10
来自主题: BuildingWeb版 - 怎磨该Perl search的选项??
sRNAhits.html?id=1968&table=arab_genome_sRNA&perf=0&gene=1&expressed=0
这是你人的网站。我想要所有的id结果。怎磨该这个link?
他们的script使用Perl写的。
v******m
发帖数: 1
11
来自主题: BuildingWeb版 - A Perl question
I have a question about a perl, if you have time, please give me some
suggestion. Thanks!
I have two file, one file is like that:
AP 06010100 * 0.0412 * 0.006 0.021 79 78 * * 10.6 214 * 39
57 * * 2658,
AP 06010200 * 0.0336 * 0.006 0.030 79 78 * * 11.8 212 * 36
96 * * 2660,
AP 06010300 * 0.0497 * 0.006 0.012 79 76 * * 11.2 223 * 31
127 * * 2659,
AP 06010400 * 0.0523 * 0.006 0.008 79 73 * * 8.9 239 * 30
157 * *
t*******y
发帖数: 57
12
来自主题: BuildingWeb版 - Perl求救【急】
try this
perl -e '$i="123.52.32.1"; $j=45; $b="$i_".$j*2; print $b, "\n";'
hehe,当然这种特殊情况也是可以避免的.
b*******r
发帖数: 28
13
手头有个活但不知道如何下手.
任务是到一个数据库网站,输入某个搜索条件和关键词,点击搜索后取得'搜索结果'页面
的源代码. 这个在web下很容易实现.但是我要用不同的关键词做5000次搜索,所以希望
能用Java, Perl 或者其他语言写个小程序.
我会用Java去获得静态url的源代码, 但是不知如何对付使用.aspx 结尾的动态网页.
初始界面和搜索结果界面是同样的url, 结尾都是 .aspx, 所以无法获得静态的url.
希望能给点建议,该如何入手呢?
j******i
发帖数: 21
14
I am using the the backtick operator to call a SAS program to generate some
results. My problem is it can only use the user name: nobody. So I have to
set up all permission with 777 for all data and log files. It create a lot
of security concern. Anybody know how to fix this issue, say, perl call SAS
program under a specific username with password. Thanks a lot! -- johnjshi@
gmail.com
q***2
发帖数: 1861
15
来自主题: BuildingWeb版 - 请教一个技术问题,关于perl 的
如果客户要求主站用perl 来写,那要是之后再加添论坛,博克等等插件时用PHP,
PHPbb 等等,会不会出问题?切换速度延迟等等问题至少? 谢谢
w*s
发帖数: 7227
16
来自主题: BuildingWeb版 - perl cgi.pm checkbox reset question (转载)
【 以下文字转载自 Linux 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Linux
标 题: perl cgi.pm checkbox reset question
发信站: BBS 未名空间站 (Wed Oct 31 19:01:08 2012, 美东)
i have a checkbox,
2 buttons: submit, reset.
when i click submit, my page can properly display "this button checked",
or "... unchecked".
but if it's in checked state, i press reset, never cleared.
tried examples online, doesn't work for me.
anyone can help me out ?
mw
发帖数: 525
17
来自主题: CS版 - python or perl?
hi,
想学个简单得像matlab一样的语言,python和perl相比有哪些长处短处?有没有先人讨论
一下?多谢了1
m***a
发帖数: 38
18
来自主题: CS版 - python or perl?
Perl is more suitable for string/sequence analysis & manipulation, and
UNIX system adminstration. Code is usually hard to read, even to the
coder himself. So it's usually used for "quick-and-dirty" fix. BTW,
it's OO feature is too wierd.
Python is OO. I like the syntax. More suitable for larger scale program.
f********a
发帖数: 1109
19
【 以下文字转载自 JobHunting 讨论区 】
发信人: fololunsia (我心飞扬), 信区: JobHunting
标 题: 有没有办法突击学习一下SQL、PHP和Perl?
发信站: BBS 未名空间站 (Sat May 12 15:13:00 2007)
真心请教,能不能推荐一些FAQ或者入门的资料?
谢谢!
a****1
发帖数: 61
20
都是很容易入门的脚本.
PhP官方网站的那个教程就很好。
perl呢稍微比php难一点,不过可以随便搜索入门的资料
就可以入门,要短,因为长的话有很多细的东西其实不需要
掌握,用到再掌握。
l*********r
发帖数: 674
21
来自主题: CS版 - perl和python到底哪个好?
perl业界使用比例绝对的No.1,对找工作跳槽什么的应该有好处把。
w***g
发帖数: 5958
22
来自主题: CS版 - perl和python到底哪个好?
如果只是处理文本当然是perl好。
c******u
发帖数: 105
23
来自主题: CS版 - perl和python到底哪个好?
我没看过perl,觉得python还是很容易上手的,但也有人觉得python很恶。lz估计不是
cs背景的吧,一般来说会两种语言以上其他的就都触类旁通了。
a******e
发帖数: 982
24
来自主题: CS版 - perl和python到底哪个好?
python 好寫好讀
perl 好寫但是沒人能讀, 連自己都不行。
python 最好的就是用 indentation, 批評這點的都是沒寫過 python的。
s*r
发帖数: 2757
25
来自主题: CS版 - perl和python到底哪个好?
据说perl的程序超过百行就比较混乱了
a******e
发帖数: 982
26
来自主题: CS版 - perl和python到底哪个好?

這個批評是合理的。
不過Perl 還是很難讀,適合用過就丟的。
小日本發明的 Ruby 是有長處, 不過主要還是因為RoR 才帶動起來的,語言
設計本身只是普通而已。
a*********8
发帖数: 5368
27
Python is so much easier to write and read than Perl
n*e
发帖数: 50
28
我接的活是改别人的PERL Script。
s*****c
发帖数: 550
29
Thank you. I will try the same with C, C shell,or Perl.
j****a
发帖数: 1277
30
i think perl is best for this one
s*********e
发帖数: 1051
31
fortunately, i know both well enough :-)
which one can allow me to run perl within the editor?
T*****9
发帖数: 2484
32
if u know emacs well enough, why don't u know emacs could run perl
within the editor?
w****o
发帖数: 2210
33
想在两个里面选一个学,那个前途比较好啊?好像perl的普通工作机会很多,但是大公
司比较新的东西好像用python的多?
i****l
发帖数: 78
34
公司之前的script都是用perl写的,目前新写的脚本陆续用python了
l***y
发帖数: 190
35
perl has poor OO support. I guess python is better.
w***g
发帖数: 5958
36
会C++的话学perl比较好. 啥都不会的话学python.
n*****m
发帖数: 73
37
公司里 legacy code 都是 C++/C 加 Perl
e***g
发帖数: 1696
38
perl的程序读不懂啊, 还是python好些

大公
P*******e
发帖数: 71
39
还是Python了。Pytho是OOP,有丰富类库,大公司像Facebook和Google都在用。如果用
过Perl,就继续用吧。如果挑一个新学,还是Python。Python的应用会越来越广。
k********u
发帖数: 148
40
以前公司老的脚本好像基本是Perl,不过现在用Python越来越多。
k********u
发帖数: 148
41
以前公司老的脚本好像基本是Perl,不过现在用Python越来越多。
b******e
发帖数: 432
42
希望有PERL经验的同学指点一下,多谢啦!
There are errors in the following code, both in logic
and in syntax. Find the errors and provide the correct
fixes.
# this function prints something to stdout, unless
# the option parameter is set to STDERR, and then it
# prints out to stderr
sub writeOut
{
my $message = shift;
my $option = shift; #optional
if( $option eq 'STDERR' )
{
print STDERR $message . "\n";
}
else
{
print $message . "\n";
}
}
# this function gets the system UUID, wit... 阅读全帖
s****a
发帖数: 6521
43
【 以下文字转载自 Apple 讨论区 】
发信人: shorea (未注册用户), 信区: Apple
标 题: 请问macbook自带的perl怎样可以替换掉?
发信站: BBS 未名空间站 (Thu May 12 15:58:05 2011, 美东)
版本太低了,还是5.8.8的
我下载了5.12.2的,装了,结果系统默认的还是5.8.8的。
于是我把5.12下的目录全复制到usr/bin下面去,覆盖,可以了
但一重启又回来了
请问怎样替代掉呢?
F****3
发帖数: 1504
44
谢谢大家帮助,我用perl处理文本,就是NLP方面的东西
h**h
发帖数: 132
45
来自主题: Database版 - Perl DBI & DBD
谁能讲讲这两个的区别, 是不是都得装?
我现在用 mySQL, Perl, Apache,
想从web 上 对数据酷进行操作,
是不是装了DBI 就可以了呢?
还要装什么?
z****b
发帖数: 5
46
来自主题: Database版 - Perl website?
hey,i need some good website for Perl .
Databesers,can u give me some hint?
thanks a lot
a****s
发帖数: 47
47
来自主题: Database版 - Perl website?
perl.com
a*******s
发帖数: 38
48
来自主题: Database版 - Perl/CGI & Mysql
where can I find sample code for web based database in
Perl/CGI and mysql
thank you very much!
l******e
发帖数: 358
49
来自主题: Database版 - [转载] Re: any one know perl and SQL??
【 以下文字转载自 OnTheRoad 讨论区,原文如下 】
发信人: langdale (春江水暖鸭先知), 信区: OnTheRoad
标 题: Re: any one know perl and SQL??
发信站: The unknown SPACE (Fri Apr 19 11:56:22 2002) WWW-POST
哪位大侠知道,现一下身,Please,
有重谢, 嘻嘻
y*********r
发帖数: 3
50
来自主题: Database版 - Perl CGI and Excel files
I want to use Perl CGI to generate some excel files for people to download
from web browsers. Does anyone have idea how to do it? Thanks very much.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)