Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    # do stuff here depending on where we are now:
        $current_amount .= $string if ( $current_element eq 'Amount' );
    }