Help for this page

Select Code to Download


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