韩半仙

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2011年12月25日

摘要: 1. values represent data.variables contain values:$number = 42;variable valueperl provides several types of values:integers/arrays/strings/hashes/scalars/referenceperl used context to determine type.2. the scope of keyword: my#!/usr/bin/perl#use strict;use warnings;main(@ARGV);my $decimal = 23456... 阅读全文
posted @ 2011-12-25 17:45 韩英武 阅读(358) 评论(0) 推荐(0)