Help for this page

Select Code to Download


  1. or download this
    $xmldir="c:\test"
    $cvs="d:\test"
    %name=lancelot
    etc.
    
  2. or download this
       
       open FILE, "anyfile.ini"||die "file open failed\n";
       my %inihash=();
    ...
       print "$inihash{'$xmldir'}";
       print "$inihash{'$cvs'}";
       print "$inihash{'%name'}";