Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value $sv_a in concatenation (.) or string at ./s
    +cope_t.pl line 15.
    DumpValue: sv_a ...
    
  2. or download this
    #!/usr/local/bin/perl
    use 5.010;
    ...
       bless($obj_hv, $_[0]);
     }
    1;