No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
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
Hi Friends, I got an ASN.1 file .I need to convert it to readable format.is there any way. Thanks in advance, Deepak
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 …
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
Hi, Try like this $Self->{DBObject}->Prepare( SQL => "SELECT count(ticket_id) FROM ticket_issue WHERE ticket_id = $TickID" ); Thanks, Deepak
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 …
[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 …
Yes ,$) is special variable.If u print "$)" you will get 0 as the output.So single quotes is used
The End.
deepakkrish