Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached

8 Posted Topics

Member Avatar for deepakkrish

Hi, for i in 84 85 86 87 88 89 90 91 92; do ./runCleanup Session 11${i}; done i tried as we do in perl like for i in 84..92; do ./runCleanup Session 11${i}; done But its showing error. what is the solution. Thanks, Deepak

Member Avatar for masijade
0
120
Member Avatar for deepakkrish

Hi Friends, I got an ASN.1 file .I need to convert it to readable format.is there any way. Thanks in advance, Deepak

Member Avatar for mitchems
0
76
Member Avatar for deepakkrish

Hi Friends, <html> <head> <script type="text/javascript"> <form action="javascript:void(null);" name="theTimer"> <input type=text name="theTime" size="25" /> <input type=button name="start" value="Start" onclick="Start()" /> </form><html> <head> <title>Timer</title> <script type="text/javascript" language="JavaScript"> timerID = 0; tStart = null; tDiff = 0; document.theTimer.theTime.value = "00:00:00"; function UpdateTimer() { if(timerID) { clearTimeout(timerID); } if(!tStart) { tStart = new …

Member Avatar for vsmash
0
76
Member Avatar for deepakkrish

HI, I have created a simple list box <select> <option>CustomerPending</option> <option>Network</option> <option>Reason 3</option> <option>Reason 4</option> </select>. My Query is when i select the option from the list it must me entered in to mysql.How to make that stuf.. Thanks, deepak

Member Avatar for Agarsia
0
76
Member Avatar for manju11

Hi, Try like this $Self->{DBObject}->Prepare( SQL => "SELECT count(ticket_id) FROM ticket_issue WHERE ticket_id = $TickID" ); Thanks, Deepak

Member Avatar for mitchems
0
239
Member Avatar for deepakkrish

Hi Friends, Any one used OTRS software.I am trying to update the requirements.I am unabl eto connect wit the database. The thing is if i logged in with user name n pass .the user name and the sys time should it the database. i tried some facts but dont know …

Member Avatar for deepakkrish
0
103
Member Avatar for stephy1

[url]http://www.techinterviews.com/perl-interview-questions-and-answers[/url] this may be help ful.if you are applying for 1+ exp just know the logics of basic perl.mostly they will ask file handling reading,writing, processing with perl regex. go with some knw of regex then diff between array and hash.. perl oops.. what is shift,unshift, split function .. attend …

Member Avatar for deepakkrish
0
99
Member Avatar for rgpii

Yes ,$) is special variable.If u print "$)" you will get 0 as the output.So single quotes is used

Member Avatar for deepakkrish
0
537

The End.