Help for this page

Select Code to Download


  1. or download this
    void printit() {
      int i;
    ...
        printf("%d ",res_a[i]);
      printf("\n");
    }
    
  2. or download this
    $perl test.pl | wc
         46    2859    8192
    
  3. or download this
    $ perl test.pl | wc
        113    7164   20480
    
  4. or download this
    void printit() {
      Inline_Stack_Vars;
    ...
    sub printme {
      print for $_[0];
    }