Help for this page

Select Code to Download


  1. or download this
    perl -nle '/tilda/ && s/\[// && s/\]// && print qq{insert into mytable
    + values(SEQ_MY_ID.nextval, '$_', '01',sysdate,'','')}' report.conf
    
  2. or download this
    % perl -nle "/tilda/ && s/\[// && s/\]// && print qq{insert into mytab
    +le values(SEQ_MY_ID.nextval, '$_', '01',sysdate,'','')}" report.conf
    _: Undefined variable.