Help for this page

Select Code to Download


  1. or download this
     my @com=grep defined, <F> =~ m{
         ( /\* .*? \*/) | ( \/\/[^\n]*)           
    ...
         | . [^/"']*                              
       }xgs;
      close(F);
    
  2. or download this
    $file="Finger.java";
    
    ...
        $value=$hash{$key};
        print "Line: $key\t$value\n";
      }