|
|
|
|
 这行perl5代码什么意思 - jing04 [ 2004-08-31 13:09 | 978 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
我阅读一段perl code:
1: sub add {
2: $form->{title} = $locale->text('Add Something');
3: $form->{callback} = "$form->{script}?action=add&type=$form->{type}&login=$form->{login}&path=$form->{path}&password=$form->{password}" unless $form->{callback};
4: &AAA;
5: &BBB;
6:}
我不明白第3行.请帮忙,
Thanks
|
|
|
----
thanks
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
Generating HTTP request content.
|
|
|
----
It's better to burn out than to fade away...
|
|
[Original]
[Print]
[Top]
|
|
« Previous thread
perl 代码 请教 |
Perl 编 程
第4页 |
Next thread »
如何得到系统时间转化为参数? |
|