Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: The simplest possible pattern match defeats me

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

Help for this page

Select Code to Download


  1. or download this
     80     my $oldString = $allChanges->[$k]->getOldString();
     81     my $newString = $allChanges->[$k]->getNewString();
    ...
     88         $logger->debug("old string = ", $oldString);
     89         $logger->debug("new string = ", $newString);
     90     }
    
  2. or download this
    INFO main:::78: Change 2 was to the Automated field of testCase HIREX-
    +16845 on createdDate 2013-05-13 11:34:52 Old String = (Ready For Inte
    +gration) New String = Automated
    DEBUG main:::82: oldString = (Ready For Integration)
    ...
    DEBUG main:::352: old string = Ready For Integration
    DEBUG main:::353: new string = Automated
    DEBUG main:::355: New string = Automated
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found