Help for this page

Select Code to Download


  1. or download this
      # 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.";
    
  2. or download this
    package SthFile;
    
    ...
    
    1;