Help for this page

Select Code to Download


  1. or download this
    /* This is a comment /* and this is a nested one */ */
    
  2. or download this
    /* This is a comment /* and this is a nested one */
    
  3. or download this
    local $/ = undef;
    $_ = <DATA>;
    ...
     c = a+b;
     d = c+1; /*I am copying this with a increment*/
    }
    
  4. or download this
    int myfunc();
     
    ...
     c = a+b;
     d = c+1; 
    }
    
  5. or download this
    use Regexp::Common qw( comment );
    local $/ = undef;
    ...
     c = a+b;
     d = c+1; /*I am copying this with a increment*/
    }