![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| configuration file | ioa_pol | SUN Solaris | 1 | 04-08-2008 07:31 PM |
| configuration file | iamcool | Shell Programming and Scripting | 5 | 12-27-2007 10:53 AM |
| Extracting data from text file based on configuration set in config file | suparnbector | Shell Programming and Scripting | 3 | 08-10-2007 03:25 AM |
| configuration of depot file. | balarajum | HP-UX | 2 | 03-26-2007 09:10 AM |
| Configuration file? | Relykk | UNIX for Dummies Questions & Answers | 2 | 03-29-2004 01:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Configuration File
Hi
I need a cofiguration file for my perl script... Suppose my perl script for counting total number of user is #!/usr/bin/perl -w $total_users; #To get how many users currently logged in########### $total_users=`who | wc -l`; print ("$total_users"); can anybody suggest how would be configuration file for this.. Plzzzz Replyyyy..... |
![]() |
| Bookmarks |
| Tags |
| perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|