由买买提看人间百态

topics

全部话题 - 话题: perldoc
1 (共1页)
s**********i
发帖数: 711
1
perldoc perlfunc
perldoc -f time
perldoc -f gmtime
perldoc -f localtime
y*******g
发帖数: 6599
e*******o
发帖数: 4654
s*****e
发帖数: 21415
4
来自主题: PhotoGear版 - 求推荐Perl书或网站
perldoc呀
v****n
发帖数: 7841
5
来自主题: PhotoGear版 - 求推荐Perl书或网站
http://perldoc.perl.org/
http://www.cpan.org/
http://www.perlmonks.org/
Learning Perl

★ 发自iPhone App: ChineseWeb 7.5
m*****e
发帖数: 4193
6
那你就自己编一个吧。perldoc -m CGI
h*******c
发帖数: 248
7
来自主题: Linux版 - 新手问:mysql和shell
If in general your linux box can't send mail to outside world, I don't
have a command to do that. However if you know your smtp server (it's
likely provided by your ISP), you can write a short "perl" to do that.
you may read
http://perldoc.perl.org/Net/SMTP.html
Or
http://serverfault.com/questions/38919/send-an-email-with-an-attached-
file-using-telnet-or-netcat
for simply using telnet
t****t
发帖数: 6806
8
来自主题: Programming版 - perl里如何申明static变量?
其实perl的文档做得挺好的, 我说的这些在perldoc perlsub里都有
"persistent private variables"
F*******i
发帖数: 190
9
来自主题: Programming版 - perl to html
请问 怎么生成象
http://perldoc.perl.org/functions/wantarray.html
这样有syntax highlight 的 perl script html ?
有什么free 的工具吗?
谢谢
t****t
发帖数: 6806
10
来自主题: Programming版 - a PERL opendir/readdir question
quote perldoc -f readdir:
If you’re planning to filetest the return values out of a
"readdir", you’d better prepend the directory in question.
Otherwise, because we didn’t "chdir" there, it would have been
testing the wrong file.
end quote
P********e
发帖数: 41
11
I think it's enough.
Go to check perldoc's tutorials.
j*a
发帖数: 14423
12
来自主题: Programming版 - Perl多线程的问题
看文档啊
http://perldoc.perl.org/threads.html
DESCRIPTION
Perl 5.6 introduced something called interpreter threads. Interpreter
threads are different from 5005threads (the thread model of Perl 5.005) by
creating a new Perl interpreter per thread, and not sharing any data or
state between threads by default.

locker
r****t
发帖数: 10904
13
来自主题: Programming版 - 现在哪些script最流行?
其实 perldoc 还不错,虽然 python 的 doctest 还是更好一些。

懂了
e*******o
发帖数: 4654
14
http://perldoc.perl.org/functions/split.html
Perl 与python比比咋样 哈哈。
e*******o
发帖数: 4654
15
来自主题: Programming版 - 如何动态定义类和方法
http://perldoc.perl.org/perlobj.html#Method-Call-Variations
Perl also lets you use a scalar containing a string as a class name:
e*******o
发帖数: 4654
16
来自主题: Programming版 - 如何动态定义类和方法
http://perldoc.perl.org/perlobj.html#Method-Call-Variations
Perl also lets you use a scalar containing a string as a class name:
e*******o
发帖数: 4654
17
来自主题: Programming版 - perl sprintf question converting dec to hex
1.
➜ perl -MDevel::Peek -E 'Dump(-1)'
SV = IV(0x15f02a0) at 0x15f02b0
REFCNT = 1
FLAGS = (PADTMP,IOK,READONLY,pIOK)
IV = -1
this show -1 is stored as IV internally.
➜ perl -V:ivsize
ivsize='8';
the unit is bytes, so size in bit
ivszie * 8 = 64 .
2. same with C, 1$
http://perldoc.perl.org/functions/sprintf.html
e*******o
发帖数: 4654
18
来自主题: Programming版 - Perl: How to return 2 dimention array pls ?
http://perldoc.perl.org/perldsc.html
这本书的前几章
http://it-ebooks.info/book/879/
买本perl的书翻翻,比如这边,就几块钱。
http://www.amazon.com/Perl-Cookbook-Second-Tom-Christiansen/dp/
你想搞好Perl 这边一定要买过来。
http://www.amazon.com/Programming-Perl-Edition-Larry-Wall/dp/05
过一遍,基本上不会再有啥问题了。
Perl 那么老的语言,你能遇到的问题,基本上都讨论过了。
m*****e
发帖数: 4193
m**h
发帖数: 207
20
you mean perldoc? that's not easy to read for learning purpose.
l*l
发帖数: 225
21
来自主题: Unix版 - PERL入门求助
man perl
command perldoc
p******f
发帖数: 162
22
来自主题: Unix版 - PERL入门求助
"0x%04x" for sprintf
perldoc -f sprintf
c**t
发帖数: 2744
23

If you install perl, try perldoc File::stat.
w**n
发帖数: 88
24
来自主题: Unix版 - how to search a pattern in all files
Your syntax for opendir is wrong ...
perldoc -f opendir
r****t
发帖数: 10904
25
来自主题: Biology版 - 请推荐一本perl入门书
perldoc 自己就很不错。
b*******e
发帖数: 288
1 (共1页)