RE: Removing Text

2001-03-21 Thread Shawn
w I would go about removing that entry? > > -Wes > > P.S. Thanks for your input...it is most appreciated. > > -Original Message- > > From: Shawn [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 21, 2001 1:45 PM > > To: North, Wesley J; [EMAIL PROTE

RE: Removing Text

2001-03-21 Thread North, Wesley J
OTECTED] > Subject: RE: Removing Text > > > (my $new_string = $old_string) =~ s/#ifdef SCCS_USED.*?#endif//gsm; > > Have you tried something like this? > > Shawn > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On B

RE: Removing Text

2001-03-21 Thread Shawn
'[EMAIL PROTECTED]' > Subject: Removing Text > Importance: High > > > Group, > > I've been tasked with removing text from files that have been under > SCCS source control. Basically I need to find the following entry > and remove > it: > > #ifde

Removing Text

2001-03-21 Thread North, Wesley J
Group, I've been tasked with removing text from files that have been under SCCS source control. Basically I need to find the following entry and remove it: #ifdef SCCS_USED static char SccsId[] = ..(etc) #endif this is basically SCCS keyword expansion...or ident. So I obtai