Help for this page

Select Code to Download


  1. or download this
    if (!SvOK(sv)) 
        sv_setpvn(sv, "", 0);
    
  2. or download this
    $sv = "" unless defined $sv;