Help for this page
# You can execute a statement handle # and save it to a file with this. ... my $sth_from_file = new SthFile("/tmp/my_query.store") or die "Cant get some garbage.";
package SthFile; ... 1;