Help for this page

Select Code to Download


  1. or download this
    D:\...>afs_filter.pl
    DBD::CSV::st execute failed:
    ...
    tement [for Statement "select * from AFS where ID_DEVTYP like 'INTELI%
    +' AND ID_POINT like 'AUTO%'"] at D:\...\afs_filter.pl line 60.
    
  2. or download this
    This is perl, v5.10.1 built for MSWin32-x64-multi-thread
    (with 2 registered patches, see perl -V for more detail)
    ...
    
    Binary build 1007 [291969] provided by ActiveState http://www.ActiveSt
    +ate.com
    Built Jan 27 2010 14:12:21
    
  3. or download this
    
    use warnings;
    ...
    my $sth = $dbh->prepare ("select * from AFS where ID_DEVTYP like 'INTE
    +LI%' AND ID_POINT like 'AUTO%'");
    $sth->execute;
    
  4. or download this
    RECORD,SUBSCRIPT,ID_SUBSTN,CO_SUBSTN,AREA_SUBSTN,ID_DEVTYP,ID_DEVICE,N
    +AME_DEVICE,AREA_DEVICE,ID_MEAS,ID_POINT,SITE_POINT,AREA_POINT
    a,b,c,d,e,f,g,h,i,j,k,l,m
    .
    .