Help for this page

Select Code to Download


  1. or download this
    <!-- Begin
    function formatCurrency(num) {
    ...
    return (((sign)?'':'-') + '$' + num + '.' + cents);
    }
    //  End -->
    
  2. or download this
    
    use CGI qw/:standard/;
    ...