Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print $var{CONST1}."\n";
    print $var{10}."\n";
    
  2. or download this
    bash-2.05b$ perl test.pl
    test1
    Use of uninitialized value in concatenation (.) or string at test.pl l
    +ine 13.