Help for this page

Select Code to Download


  1. or download this
    sub print_error {
        my ($fmt, @args) = @_;
        die 'ERROR: ', sprintf $fmt, @args;
    }
    
  2. or download this
    'Start date (%s) cannot be after end date (%s)'
    'Postcode (%s) contains invalid characters'
    'ID is a required field'