Greetings,
Can anyone please correct me , whether following block is valid,acceptable.I have tested the real snippets which is working fine . Any alternate is there ??
use constant PATH => 'XX/XDC/';
my $change=PATH."raja";
require("$change.pm") || die "$!";
$change=~ s/\//\:\:/g;
$change->new();