Help for this page

Select Code to Download


  1. or download this
      
    s/#.*$//;
    next if /^$/;
    
  2. or download this
    # Set the format for currency: 
    currency_format = '$###.##';
    
  3. or download this
    next if /^\s*#/; 
    s/#.*$//;