Hi All,

I need to get $ACTRUN and others value defined here manully by running command like ACTRUN=`cat /tmp/HOSTSTATUS| tail -1 | awk '{print $2}'`;

In short I want to cat file and assign value to all $ACT variables. Any Idea ?

[CODE=perl]#!/usr/bin/perl -w

$ACTRUN=78;
$ACTLIMIT=10;
$ACTFENCE = 0;
$ACTDATE='02/18/08';
$ACTTIME='19:01 ';
$ACTSTATE='LTI' ;...