Help for this page

Select Code to Download


  1. or download this
    use DBI;
    
    ...
    
        # use one of the DBI methods for getting the query results...
    }
    
  2. or download this
    "select ... from ... where i.name = m.code and m.code in (select ref f
    +rom tmp)"
    
  3. or download this
    my %ref;
    open( R, "<", $datafile_name );
    ...
    
        # do something ...
    }