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.....

what do you want to store in the configuration file?

M a newb in perl.
Presently bit confused boss.. i will post once clear abut it..