Jan 1, 2005 #1 madaxe Technical User Joined Dec 21, 2004 Messages 44 Location US In my code below i want single or multiple tab spaces instead of "------"... can anybody help MadAxe. Code: print "<OPTION VALUE=\"$preselect\">Week\($week)-----Used Picks-----$postpick</OPTION>\n";
In my code below i want single or multiple tab spaces instead of "------"... can anybody help MadAxe. Code: print "<OPTION VALUE=\"$preselect\">Week\($week)-----Used Picks-----$postpick</OPTION>\n";
Jan 1, 2005 #2 Deleted Technical User Joined Jul 17, 2003 Messages 470 Location US Code: print "<OPTION VALUE=\"$preselect\">Week\($week)\t\tUsed Picks-----$postpick</OPTION>\n"; http://unixjunky.com Upvote 0 Downvote
Code: print "<OPTION VALUE=\"$preselect\">Week\($week)\t\tUsed Picks-----$postpick</OPTION>\n"; http://unixjunky.com
Jan 6, 2005 #3 duncdude Programmer Joined Jul 28, 2003 Messages 1,979 Location GB Madaxe That isn't English Kind Regards Duncan Upvote 0 Downvote
Jan 6, 2005 #4 PaulTEG Technical User Joined Sep 26, 2002 Messages 4,469 Location IE Dunc I think this was already answered in the Perl forum --Paul cigless ... Upvote 0 Downvote