Help for this page

Select Code to Download


  1. or download this
    use VBVar;
    
    ...
        # kind
        return VBVar->new([ split(/$delimiter/, $string) ]);
    }
    
  2. or download this
    package VBVar;
    
    ...
    sub VBVar::Scalar::value_of {
       return ${ $_[0] };
    }