Help for this page

Select Code to Download


  1. or download this
           eval "\$answer$count=0;";
           eval "\$textframe$fcount->Checkbutton(...);";
    
  2. or download this
           $answer[$count] = 0;
           $textframe[$fcount]->Checkbutton(...);
    
  3. or download this
    perl -MO=Deparse your_script.pl