print "Welcome $username\n\n";
print "Please chose from the following options:\n";
print "1) Establish PPP Session\n";
print "2) Logoff\n";
print "------------------------\n";
print "Choice: ";
####
print "Welcome $username\n\n",
"Please chose from the following options:\n",
"1) Establish PPP Session\n",
"2) Logoff\n",
"------------------------\n",
"Choice: ";
####
print "Welcome $username
Please chose from the following options:
1) Establish PPP Session
2) Logoff
------------------------
Choice: ";
####
print <