Help for this page

Select Code to Download


  1. or download this
    
    if ($_ =~ /^DATA\:/) {
        $LINE = join("", $LINE, $_);
    }
    
  2. or download this
    Use of uninitialized value in join or string at C:\Test.pl line 5.