Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation...
    555
    555
    
  2. or download this
    for (1..3) {
        my $var = '' if 0;
        print STDERR "$var\n";
        $var = 555;
    }