Help for this page

Select Code to Download


  1. or download this
    use constant BASE => 'XX::XDC';
    my $change = BASE . '::raja';
    eval "require $change";
    die($@) if ($@);
    $change->new();