
September 13th, 2012, 08:32 AM
|
|
Contributing User
|
|
Join Date: Jul 2012
Posts: 64
Time spent in forums: 21 h 6 m 55 sec
Reputation Power: 1
|
|
|
Problem when printing
hi, i have a problem when i try to print all the variables in the same line. I chomped all the variables but still im getting my variables in different lines.
here is my script:
Code:
print MYFILE "$AEND,$VLAN,$EPTN,$VC,UP,$DESCRIPTION,UP\n";
and here is the result:
Code:
Gi2/0/9.2503,2503
,89.200.128.95,958401,UP,Etherstream Kingsmead
,UP
and even i print the result on the screen im getting this
Code:
,89.200.128.95,958401,UP,Etherstream Kingsmead,UP
any idea?
thanks!
|