Help for this page

Select Code to Download


  1. or download this
    $x = 0;
    $x = "0";
    $x = 0.0;
    $x = Scalar::Util::dualvar 0, 1;
    
  2. or download this
    $x = 1;
    $x = "foo";
    ...
    $x = "";
    $x = Scalar::Util::dualvar 1, 0;
    $x = "0.0";