Help for this page

Select Code to Download


  1. or download this
        else{
         print "<option value=\"$_\" selected>  $_  \n";
         $first=1;
         }
    
  2. or download this
    print qq!<option value="$_" selected>  $_  \n!;