Help for this page

Select Code to Download


  1. or download this
     
    <p> local $, = ','; </p>
    <p> local $" = ',';</p>
    
  2. or download this
     
    sub printSpecial() {
          $\ = "\n";
    ...
    
          }
    }