Wednesday, May 30, 2012

Hi All,

I need to replace a hash key! (Just key! not the value!!)

Any idea to do this in one line guys?
 
EX:

Given Hash:
my %myhash = ( "kay1" => "value1", "kay2" => "value2", "key3" => "value3" );

Result Hash:
%myhash = ( "rep_key1" = > "value1", "kay2" => "value2", "key3" => "value3");

Saturday, May 10, 2008

Can't Activate Application

Any body help me long long error continue in VBA. how to rectify this problem "Cannot Activate Application" in VBA. This would be help in further process.

Friday, March 21, 2008

DOC to DOCX

We dont require a word 2007 to save a file as docx. We can download 2007 compatibility pack for word 2000/2003 and use it.
http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en

Wednesday, September 5, 2007

Re: May I know the graphics sites/tutorial in perl.

Hopre the following would help tou Shakthi..
Perl Programming Course for Bioinformatics and InternetGraphics - http://biptest.weizmann.ac.il/course/prog/graphics/
Perl Graphics Programming Examples-http://www.as220.org/shawn/PGP/
Oreilly s yet to release a new Version.. Chapters -http://www.oreilly.com/catalog/perlgp/chapter/index.html
Free Sources and Chapters at: http://www.manning.com/verbruggen/
2D-Graphics Library in Perl - http://www.ccmb.res.in/malay/pastel/doc/pastel.pdf
3D Graphics Programming in Perl - http://www.perlmonks.org/?node_id=637148

PERL

May I know the graphics sites/tutorial in perl.

Perl

foreach $ss (sort (Value(%keyword))) {

When This Occurance how will get both Key and Value of Hash Array (%Keyword)

GK Venkatesan

DB Transactions

Is there any spcific module for managing DB Transactions?
If yes,How can we do?