Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
     }
    );
    
  2. or download this
    Can't insert new main: DBD::Pg::st execute failed: ERROR:  column "gid
    +" of relation "users" does not exist [for Statement "INSERT INTO user
    +s ("gid", "dir", "ulbandwidth", "dlbandwidth", "uid", "user", "passwo
    +rd")
    VALUES (?, ?, ?, ?, ?, ?, ?)
    ...
            Class::DBI::_insert_row('main=HASH(0x82edf90)', 'HASH(0x82f38a
    +8)') called at /usr/local/lib/perl5/site_perl/5.8.5/Class/DBI.pm line
    + 590
            Class::DBI::_create('main', 'HASH(0x82e6b6c)') called at /usr/
    +local/lib/perl5/site_perl/5.8.5/Class/DBI.pm line 470
            Class::DBI::create('main', 'HASH(0x82e6998)') called at code/p
    +erl/playground/dbi/class1 line 13
    
  3. or download this
    Can't insert new main: DBD::Pg::st execute failed: ERROR:  syntax erro
    +r at or near "user" at character 61 [for Statement "INSERT INTO users
    + (ulbandwidth, password, dlbandwidth, uid, user, gid, dir)
    VALUES (?, ?, ?, ?, ?, ?, ?)
    ...
            Class::DBI::_insert_row('main=HASH(0x82edf90)', 'HASH(0x82f38a
    +8)') called at /usr/local/lib/perl5/site_perl/5.8.5/Class/DBI.pm line
    + 590
            Class::DBI::_create('main', 'HASH(0x82e6b6c)') called at /usr/
    +local/lib/perl5/site_perl/5.8.5/Class/DBI.pm line 470
            Class::DBI::create('main', 'HASH(0x82e6998)') called at code/p
    +erl/playground/dbi/class1 line 13