The followin code doesn't work if I use strict. Is the only solution not to
use strict.
#!/usr/local/bin/perl
use strict;
my $blues;
$a = "blues";
$blues = "jazz";
print ${$a};-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
