Help for this page

Select Code to Download


  1. or download this
    # change this
    my ($qnum,$code,$ctext,$ntext,$stext);
    
    # to 
    my ($qnum,$code,$ctext,$ntext,$stext)=('','','','','');
    
  2. or download this
    $stext = (split(/\s/,$_,2))[1] || '';