Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
            #print "nname is: ${"$name"}\n"
    }
    print "this should display 5: $var_city\n";
    
  2. or download this
    fields:  name addr zip state city
    nameaddrzipstatecity
    ...
    name is: city
    Use of uninitialized value $var_city in concatenation (.) or string at
    + G:\Projects\WebLogReporting\VarValAsVarName.pl line 28.
    this should display 5: