samirpatry has asked for the wisdom of the Perl Monks concerning the following question:
Fname=samir Mname=kumar Lname=patry Address=cuttack Nname=satya
pen CONFIGFILE2, "data.txt" or die $!; { local $/; $/ = undef; $DATA=<CONFIGFILE2>; } print $DATA; # Create a config my $Config = Config::Tiny->new(); # Open the config, replace with read and $DATA with filename $Config = Config::Tiny->read_string( $DATA ); #$Config = Config::Tiny->read( $filename ); # see perldoc Config::Tiny my $s = $Config->{_};
my $FName=$s->{Fname}; my $First=Name::FName($FName);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SIP REGISTR request does not work.
by Corion (Patriarch) on Aug 21, 2006 at 06:46 UTC |