Hi my perl program prints the options allover the place
print <<EOUSAGE;
Usage: option 1
option 2
option 3 etc..
EOUSAGE
However it doesn't print to the xterm in a formatted way.
i.e. it isn't lined up like above.
Is there a way to keep the output in line like above?
Thanks in advance
print <<EOUSAGE;
Usage: option 1
option 2
option 3 etc..
EOUSAGE
However it doesn't print to the xterm in a formatted way.
i.e. it isn't lined up like above.
Is there a way to keep the output in line like above?
Thanks in advance