Help for this page
#!/usr/bin/perl -w ... print "$A\n"; print "$var\n"; print "$$var\n";
YES A Use of uninitialized value at ./work2.pl line 13.