Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print "$hash{2}{LOCATIONA} = location a\n";
    print "$hash{2}{LOCATIONB} = location b\n";
    
  2. or download this
    Use of uninitialized value in concatenation (.) or string at test2 lin
    +e 7 (#1)
        (W uninitialized) An undefined value was used as if it were alread
    +y
    ...
    
    //my_file.txt = location a
    //my_file.txt = location b