http://www.perlmonks.org?node_id=1037733


in reply to Space prepended to Array Print

When you print an array with this syntax:

print "@LoadedArray";

Perl adds a space to seperate the array elements. Obviously your elements also have a c arriage return at the end, so that you get a new line and then a space at the begin ning of the next line (the start of the next element).

EDIT: I was too slow, Toolic's answer came before mine.

Replies are listed 'Best First'.
Re^2: Space prepended to Array Print
by JockoHelios (Scribe) on Jun 07, 2013 at 19:05 UTC
    I get beaten to the post more often than not. Mostly because I'm not anywhere near as Perl-masterful as I'd like to be. Still counts as an up, though ;)
    Dyslexics Untie !!!