Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: The simplest possible pattern match defeats me

by logan (Curate)
on May 23, 2013 at 17:47 UTC ( [id://1034997]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     80     local $oldString = "OLDSTRING";
     81     local $newString = "NEWSTRING";
    ...
     98     if ($oldString eq "Automated") {
     99         $logger->debug("old string = ", $oldString);
    100         $logger->debug("new string = ", $newString);
    
  2. or download this
    INFO main:::79: Change 3 was to the Automated field of testCase HIREX-
    +16863 on createdDate 2013-05-13 12:19:42 Old String = (To Be Automate
    +d) New String = Ready For Integration
    DEBUG main:::82: oldString = (OLDSTRING)
    ...
    $VAR1 = 'To Be Automated';
    Use of uninitialized value in pattern match (m//) at weeklyAutomationC
    +hanges.pl line 98.
    Use of uninitialized value in pattern match (m//) at weeklyAutomationC
    +hanges.pl line 98.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found