> > いやさすがにファイル入出力やDB処理程度のレベルって事で(;´Д`)
> FILE* fp = fopen("yousei.txt", "a");
> fprintf( fp, "youseisshinehage\n" );
> fclose( fp );
> DBI->Connect( "scott", "tiger", "yousei" );
> DBI->Execute( "select * from yousei_log where ip like '%plala%'" );
> DBI->disconnect();
> なんかこんなんでいいだろ
ロールバックしねーの?
参考:2004/07/10(土)21時16分04秒