Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $output = $input_string =~ s/=(.*)/="$1"/r;
    
    ok( $output eq $desired_output, $output );
    
  2. or download this
    1..1
    ok 1 - parameter="TO_DATE('1900-01-01','YYYY-MM-DD')"
    #