neeha has asked for the wisdom of the Perl Monks concerning the following question:
or it can be likepublic void check1(); /** public void check2();*/
I am converting sentences which start with public/** public void check2(); */ //public void check2();
how can i make sure that i get only methods which are not commented.if($line=m/public(*.);/)
2006-03-28 Retitled by planetscape, as per Monastery guidelines
Original title: 'avoiding a particular characteror a set of characters'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: avoiding a particular character or set of characters
by ptum (Priest) on Mar 27, 2006 at 14:48 UTC | |
|
Re: avoiding a particular character or set of characters
by lima1 (Curate) on Mar 27, 2006 at 15:04 UTC | |
by neeha (Novice) on Mar 27, 2006 at 15:20 UTC | |
by prasadbabu (Prior) on Mar 27, 2006 at 15:31 UTC | |
by neeha (Novice) on Mar 27, 2006 at 15:27 UTC | |
|
Re: avoiding a particular character or set of characters
by CountOrlok (Friar) on Mar 27, 2006 at 14:58 UTC | |
|
Re: avoiding a particular character or set of characters
by graff (Chancellor) on Mar 28, 2006 at 08:16 UTC |