Help for this page

Select Code to Download


  1. or download this
     my $config = Config::Tiny->read('SQLdata.ini');
            foreach my $section (keys %$config)
    ...
             #return $parameter;
            }
    
  2. or download this
    [insert]
    SQL1 = insert into table <table1>
    ...
    [update]
    SQL2 = update into <table2>
    SQL1 = update into <table1>