Perl System values to variables
In perl you can easily assign the system (“some commands”) values to variables using the Capture::Tiny Module. Step 1: Download […]
» Read morenext gen Developer
In perl you can easily assign the system (“some commands”) values to variables using the Capture::Tiny Module. Step 1: Download […]
» Read moreStep 1: Before path setting you can see the command prompt window like this, Step 2: setting path through system […]
» Read moreDownload Xampp from http://www.apachefriends.org/en/xampp-windows.html Step 1: Create a file named javadomain.cgi and paste the below code, #!”C:\xampp\perl\bin\perl.exe” print “Content-type: text/html\n\n”; […]
» Read moreStep 1: Create a text file named HelloJAVADOMAINdotIN.pl and copy this below single line, print “Hello JAVADOMAINdotIN\n”; Step […]
» Read more