- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 2
16 Posted Topics
Hi Guys, how to call one shell script from another script inside a loop ? any suggestion most welcome. Prakash
Hi Guys How to convert number of days to number of year and month in Perl.
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 …
Hi Guys , Have you any idea what does mysql.sock used for and where we can find in windows system. rgds
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 …
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 …
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 …
Thanks guys : I thought one idea : my $rand=int rand(100*100000); How it would be ?????
Hi Guys, Can any one suggest to generate a random number of eight digit. All suggestions are welcomed :)
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............
listout all installed module in ur computer $ instmodsh <enter> press l if that module is not installed , then install it ,,,,,
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 …
open(FILE,"1.txt") || die "$!"; ## 1.txt is a file name %seen =(); $line=0 ; while (<FILE>) { $seen{$_}++; $line++; print "$line : $_" if $seen{$_} > 1 ; }
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
The End.
Prakash_8111