PDA

View Full Version : Use of uninitialized value in join or string


webdev
09-06-2009, 08:51 PM
Brand Newbie to perl. Playing around trying to get a feel for how arrays work and encountered error in title. #!/usr/bin/perl -w use strict; my(@array) = (10, 20, 30, 40, 50, 60); my($marker); my($EOA) = @array;