Help for this page

Select Code to Download


  1. or download this
           sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l),
                             SvCUR(*av_fetch(opts,i+2,0)));
    ...
           break;
           default:
           }  /* reported error line 543 */
    
  2. or download this
    sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l),SvCUR(*av_fetch(opts,i
    ++2,0)));
    
    ...
    
    sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l), \
                      SvCUR(*av_fetch(opts,i+2,0)));