Search Results

Search: Posts Made By: Arasu
11,975
Posted By Corona688
Well, does it work or not? If the program runs...
Well, does it work or not? If the program runs without complaining that it can't find Spreadsheet::WriteExcel, that's a pretty good indication that you have it!

You might have to install it with...
Forum: Solaris 09-04-2013
3,146
Posted By DustinT
Current status of the apache service. svcs -p...
Current status of the apache service.
svcs -p /network/http:apache2

Start the apache service and have it automatically restart if the system if rebooted.
svcadm -v enable /network/http:apache2
...
Forum: Solaris 09-04-2013
3,146
Posted By Neo
Here is an example creating an HTML page for the...
Here is an example creating an HTML page for the date using bash:

#!/bin/bash
DATE="$(date)"
OUTPUT=$OUTPUT"<html><head>\n"
OUTPUT=$OUTPUT"<title>Demo HTML for Date</title>\n"...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy