Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: replacing equal to operator

by BillKSmith (Monsignor)
on Jan 28, 2021 at 20:49 UTC ( [id://11127602]=note: print w/replies, xml ) Need Help??

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')"
    #
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11127602]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-25 11:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found