Search Results

Search: Posts Made By: kunal_dixit
5,254
Posted By kunal_dixit
Bold characters in a file using Shell script
Hi,

When I am running below mentioned script then the characters become bold but after opening the same file in Windows, Instead of getting bold characters i am getting some garbage value for...
2,354
Posted By kunal_dixit
sample code:------------ use DBI; use...
sample code:------------


use DBI;
use DBD::Oracle qw(:ora_types);

my $dbh = DBI->connect( "dbi:Oracle:SILAB", "tdbu01", "tdbu01",@t1)
|| die( $DBI::errstr . "\n" );


my $sth =...
2,354
Posted By kunal_dixit
I am facing one more problem. I want to connect...
I am facing one more problem. I want to connect oracle database through perl. For it i am using DBI module which is not working for perl 5.6 so do i need to install some driver for it?

Thanks ...
2,354
Posted By kunal_dixit
I searched for my problem and found that instead...
I searched for my problem and found that instead of Tk in 5.6 , 5.10 uses Tkx module. I think I will have to change my code according to the syntax of Tkx module.
2,354
Posted By kunal_dixit
Compatibility problem of Tk Module in different versions
Hi,

I am using Tk module in perl 5.6 and it is working fine. Now when i installed the newer version 5.10.0 then getting error that Tk module not found. But i will have to work on this newer...
6,935
Posted By kunal_dixit
Merge two files in windows using perl script
Hi

I want to merge two or more files using perl in windows only(Just like Paste command in Unix script) . How can i do this.Is ther any single command to do this?

Thanks
Kunal
5,372
Posted By kunal_dixit
Connectivity to Bteq through Perl
I want to connect to bteq using Perl script and i am unaware of how to do this?
In Shell script it is very simple,
Bteq<<-END
.logon .....
...
.quit ...
END

but what is the syntex for perl?...
3,730
Posted By kunal_dixit
Thanks for the reply. I actually could not...
Thanks for the reply.

I actually could not explain you my exact problem.

I want to do something like the below mentioned code...

VAR="USER_NAME"
VAR_VAL="User1"
eval $VAR=$VAR_VAL
echo...
3,730
Posted By kunal_dixit
Replacement for eval in Perl??????
I used the eval command in shell programming for assigning a value to a stored value of a variable.

Example:
VAR="Unix_Id"
eval $VAR="101"
eval echo $"$VAR"

How can i assign a value to a...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 12:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy