Name: Anonymous 2008-04-26 19:39
Create a program that gives this as its output: http://pastebin.ca/998836
% perl -e 'print"DU"."R"x6."\n"'
String found where operator expected at -e line 1, near "6."\n""
(Missing operator before "\n"?)
syntax error at -e line 1, near "6."\n""
Execution of -e aborted due to compilation errors.