Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
0 Endorsements
~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

16 Posted Topics

Member Avatar for Prakash_8111

Hi Guys, how to call one shell script from another script inside a loop ? any suggestion most welcome. Prakash

Member Avatar for nikita.
0
3K
Member Avatar for Prakash_8111
Member Avatar for mitchems
-1
97
Member Avatar for Prakash_8111

Hi gusy, Can any one suggest , how to install DBD::mysql on windows mechine. (Its eating my head). I tried all the possible ways , but its not installing. 1) I tried to install directly from cpan , failed 2) manually downloaded, and tried to install, still failing : showing …

Member Avatar for dseeland
0
189
Member Avatar for Prakash_8111

Hi Guys , Have you any idea what does mysql.sock used for and where we can find in windows system. rgds

Member Avatar for colweb
0
78
Member Avatar for Prakash_8111

Hi All, I am developing a mysql monitering tool , So I don't want to give password inside the script, the script should able to access the database from OS user authnetication. Can you please help me here , how to access mysql database without prompting / or giving password …

0
65
Member Avatar for Prakash_8111

Hey Guys, I am developing one tool on perl to moniter mysql database in many systems(in all types of OS). I want to track some info like this getting databases parameters , getting database schemas, get logspace .... etc , what could be the good approach in perl.. If you …

0
64
Member Avatar for Vindhyaauri
Member Avatar for Vic112

I want to call a .pl file from a button click on html but the script is not calling.... any suggestion please [QUOTE=Vic112;881628]I have created a form as part of a website... [url]http://www.deliciouscafe.co.uk/online_buffet.html[/url] I used a .pl file as supplied by my host, Demon, but when I click on the …

Member Avatar for Prakash_8111
0
170
Member Avatar for KevinADC

Thanks guys : I thought one idea : my $rand=int rand(100*100000); How it would be ?????

Member Avatar for Prakash_8111
-1
454
Member Avatar for Prakash_8111

Hi Guys, Can any one suggest to generate a random number of eight digit. All suggestions are welcomed :)

Member Avatar for KevinADC
-1
115
Member Avatar for Prakash_8111

Hey Guys, Have u any Idea how to call a perl script within my main script in a loop. I used system and exec both, but it seems to be not working. I want the second calling of the script shouldn't depend on the first calling.... all should run independently............

Member Avatar for Member #356299
-1
145
Member Avatar for rayken1
Member Avatar for himanshukec

listout all installed module in ur computer $ instmodsh <enter> press l if that module is not installed , then install it ,,,,,

Member Avatar for Prakash_8111
0
84
Member Avatar for Prakash_8111

Hi All, Can any one suggest how to connect remote more than one remote server one by one inside a loop through Net::SSH::Perl package ? , I have to connect to 9 remote server, I am able to connect the first server , execute some command there come out again …

Member Avatar for wickedxter
0
101
Member Avatar for kummetha

open(FILE,"1.txt") || die "$!"; ## 1.txt is a file name %seen =(); $line=0 ; while (<FILE>) { $seen{$_}++; $line++; print "$line : $_" if $seen{$_} > 1 ; }

Member Avatar for KevinADC
0
180
Member Avatar for Prakash_8111

Hey guys, How I will come to know my perl script for copying files (generally very big sized file 1000 gb ) between two server successed or interupted ? How I will get the error status of the scp commmand I used for copying file ? Thanks in advance

Member Avatar for mitchems
0
120

The End.