Hi again,
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Martin Roehrig > Sent: Friday, September 27, 2002 9:42 AM > To: Mike Ayers > Cc: [EMAIL PROTECTED] > Subject: RE: Including file version during checkout > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > > Mike Ayers > > Sent: Thursday, September 26, 2002 10:08 PM > > To: Frederic Brehm > > Cc: [EMAIL PROTECTED] > > Subject: Re: Including file version during checkout > > > > > > Ever archive a Perl script that used variables with the (not exactly > > unusual) variable names $Rev, $Name, or $Log? I'd like to see the > > whole auto-substitution thing thrown out, myself. > > Could you please give an example? It seems my imagination is not sufficient > for finding a valid perl statement wherein CVS would > really substitute, say $Id. Sorry for having bothered you, I was just missing a cup of coffee to get awake... Here is a simple example for the problem: $foo="Hello"; $bar="world"; print "$foo: $bar"; Regards Martin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
