Help for this page

Select Code to Download


  1. or download this
    print "My sub returned @{[mysub(1,2,3)]} that time.\n";
    
  2. or download this
    print "That yields ${\($n + 5)} widgets\n";
    
  3. or download this
    print "Your order is for $count donuts which are specified with ${\ $d
    +onut->printed }<BR><BR>\n";
    
  4. or download this
    printf("Your order for %d donuts which are specified with %s<BR><BR>\n
    +", $count, $donut->printed);