Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $a =~ s/(.*)/$1$bar/;
    
    print $a;
    
  2. or download this
    1) Create insert sql statements
    2) Insert into a table
    3) select col1+col2 from table
    4) fetchrow
    5) print