[ create a new paste ] login | about

Link: http://codepad.org/3F35rboD    [ raw code | output | fork ]

Perl, pasted on Apr 12:
1
2
3
4
$p=7;
$o=19;
$str=$p x 7;
print "str= $str";


Output:
1
str= 7777777


Create a new paste based on this one


Comments: