Help for this page

Select Code to Download


  1. or download this
    package DataTable;
    
    ...
    }
    
    1;
    
  2. or download this
    package DataTable;
    
    ...
    sub default { return ArrayAccessor("default", @_); }
    sub usequote { return ArrayAccessor("usequote", @_); }
    1;
    
  3. or download this
    package DataTable;
    
    ...
        return $self;
    }
    1;