TAG信息

perl

  • 创建者: walkerxk
  • 创建时间: 2007-02-10 00:35:33
  • 总信息数: 10

相关TAG

  • 暂无相关TAG
全部信息

资讯(3) 日志(6) 文件(1)

  • Blog is not Blog!

    id_sonic 发表于 2008-07-13 01:10:33

    http://fred.webcan.cn   http://fred.appspot.com

  • [Perl] 返回当前用户名的子过程

    jarodwang 发表于 2007-11-30 09:31:30

    sub get_cur_username() {    my $cur_username;        $cur_username = `id`;    $cur_username = (spilt(/ /, $cur_username))[0];  &nb...

  • [Perl] 数组的访问

    jarodwang 发表于 2007-05-23 19:44:15

    Perl中的数组是一个让我这个初学者有些糊涂的地方。比如说数组元素的访问,Perl中的数组的访问使用这样的语法:$fred[0] = "yabba";初看上去像是在一个标量变量之后加上一个由方括号括起来的索引值。但是,当你想要引用整...

  • [Perl] chomp函数

    jarodwang 发表于 2007-04-22 08:02:42

    Like any language, Perl can be "write-only" in that it's possible to write programs impossible to read. But with proper care, you can avoid this common accusation. Yes, sometimes Perl looks like lin...

  • [Perl] 开始学习Perl

    jarodwang 发表于 2007-04-22 01:46:54

    18号中午收到了一封来自RAC [1] group的WH的邀请信,说是组里提供5个职位,希望我们这些new graduates申请。仔细看了看job descrīption,原来2份工作都是和测试有关的,当即觉得有些不爽。接下来在群里面讨论了...