Help for this page

Select Code to Download


  1. or download this
      # called with : mkBless(\$p->{Vcpeid}{$cpeid}, RepoVData->new);
      sub mkBless($;$) {
    ...
        }
        \$targ
      }
    
  2. or download this
      # notice @ params: contails optional class name and any optional par
    +ams to new()
      sub mkBless($;@) {
    ...
      }
    # example call:
    my $obj = mkBless(\$someotherobj, 'RepoVData', 1,2,3);