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 = "";
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