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