Re: help with setings

2002-03-22 Thread Kim, Kiseok
Maxa wrote: > Hello to all, > I dont know how to set dbi connection to make connection whith database >EmplDir_MSAccess.mdb > > -Create database connection string, login and password variables > > my $strConn = "EmplDir_MSAccess.mdb"; > > my $strLogin = "Admin"; > > my $strPassword = "";

Re: How To Get Rid Of Excess Blank Lines at The End Of File?

2002-03-30 Thread Kim, Kiseok
Ofir wrote: > Hi all, > > I have a file in the following format: > Line 1 > Line 2 > Line 3 > Line 4 > Line 1 > Line 2 > Line 3 > Line 4 > Blank Lines > Blank Lines > > When I read the File, it reads the blank lines too, so I have an excess > record at the end. > How can I avoid this? How will I