print SOURCE;

> -----Original Message-----
> From: Paul Kraus [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 9:17 AM
> To: Perl
> Subject: Constants and Hash Question
> 
> 
> I am declaring my constants like this.
> use constant SOURCE => "/path/folder/"
> Now how would I use this constant is a print statement or any 
> statement
> for that matter.
> print "$SOURCE" does not work and of course print "source" will not
> work.
> 
> > 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to