Help for this page

Select Code to Download


  1. or download this
    this is INDEX   =>bernini
    
  2. or download this
    my $string = 'abcdefghijk'; 
    my %match = (' '=>"bernini",bc => "Michelangelo", efg => "Raffaello",d
    +e => "Caravaggio",ijk => "Tintoretto",hij=>"Leonardo",);
    
  3. or download this
    foreach $art (keys %match){
        print "this is INDEX $art =>",join(',',$match{$art}),"\n", if inde
    +x $string,$art;
        }