Help for this page

Select Code to Download


  1. or download this
    $t_obj->dump_sv();
    
  2. or download this
    my $sv_a = "scalar variable A";
    
  3. or download this
    #!/usr/local/bin/perl
    use 5.010;
    ...
       bless($obj_hv, $_[0]);
     }
    1;