Help for this page

Select Code to Download


  1. or download this
    sub wanted {
        if (/\.pl$/i) {
    ...
            save_data(stat ($_), $_);
        }
    }
    
  2. or download this
    $sth -> bind_param ($_, @_[$_], SQL_INTEGER) foreach (1..13);
    $sth -> bind_param (14, @_[14]);