[cvsnt] Re: Conflicts for Perl Programmers with Keywords?

John Peacock jpeacock at rowman.com
Wed Oct 6 14:27:08 BST 2004


Siegfried Heintze wrote:
> If I am using CVS to store perl source code, do I have to check my existing
> source code for names like $Name and $Log so that CVSNT does not expand?

No.  Keywords require a $ before and aft:

	my $Name = qw$Name$; # works as you would expect

HTH

John



More information about the cvsnt mailing list