Help for this page

Select Code to Download


  1. or download this
    line(5,q(<input type="submit" value="Make changes">));
    
  2. or download this
    line(5,q(<input type="submit" name="make_changes" value="Make changes"
    +>));
    
  3. or download this
    if ( $cgi->param("make_changes") ) ...