Hi monks,
What I am doing is that I am storing a value of a enviorment variable $ENV{JBOSS_HOME} into another variable .
my $path = "$ENV{JBOSS_HOME}
Now $path contains /usr/local/jboss
Now depending upon the value of $path I want to perform some operation such that a variable is formed which should contain /usr/local.How should i do that