Help for this page

Select Code to Download


  1. or download this
    my $func_def = "char *strcmp(const char *s1, const char *s2)";
    foreach my $i ('char *','const char.*','*')
    ...
        print "'$func_def' contains '$i'\n";
      }
    }