weidagang2046的專欄

          物格而后知致
          隨筆 - 8, 文章 - 409, 評論 - 101, 引用 - 0

          導航

          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          常用鏈接

          留言簿(12)

          隨筆檔案(8)

          文章分類(421)

          文章檔案(409)

          相冊

          Link

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          ref函數判斷變量是何種類型的引用

          ??? ref EXPR
          ??? ref???? Returns a non-empty string if EXPR is a reference, the empty
          ??????????? string otherwise. If EXPR is not specified, $_ will be used. The
          ??????????? value returned depends on the type of thing the reference is a
          ??????????? reference to. Builtin types include:

          ??????????????? SCALAR
          ??????????????? ARRAY
          ??????????????? HASH
          ??????????????? CODE
          ??????????????? REF
          ??????????????? GLOB
          ??????????????? LVALUE

          ??????????? If the referenced object has been blessed into a package, then
          ??????????? that package name is returned instead. You can think of "ref" as
          ??????????? a "typeof" operator.

          ??????????????? if (ref($r) eq "HASH") {
          ??????????????????? print "r is a reference to a hash.\n";
          ??????????????? }
          ??????????????? unless (ref($r)) {
          ??????????????????? print "r is not a reference at all.\n";
          ??????????????? }
          ??????????????? if (UNIVERSAL::isa($r, "HASH")) {? # for subclassing
          ??????????????????? print "r is a reference to something that isa hash.\n";
          ??????????????? }

          ??????????? See also perlref.

          ?

          posted on 2006-05-09 00:16 weidagang2046 閱讀(1682) 評論(0)  編輯  收藏 所屬分類: Perl

          主站蜘蛛池模板: 如皋市| 临洮县| 屏东县| 宜丰县| 靖江市| 庆城县| 吴桥县| 梅河口市| 滨州市| 石屏县| 麦盖提县| 汤原县| 宝清县| 民权县| 平阳县| 霍城县| 拉萨市| 内乡县| 山西省| 泾源县| 常德市| 启东市| 三原县| 南靖县| 边坝县| 交口县| 浠水县| 家居| 浦城县| 龙陵县| 屯门区| 饶阳县| 武义县| 新邵县| 华坪县| 工布江达县| 肥东县| 原阳县| 庆元县| 方城县| 晋宁县|