Help for this page

Select Code to Download


  1. or download this
    # Making an entry in the errordb
      push (@{$errordb->{$_BranchName}->{MissingTitle}->{url}}, $_URL);
      #Increasing the counter
      $errordb->{$_BranchName}->{MissingTitle}->{count} +=1;
    
  2. or download this
    foreach  $testurl (@{$errordbref ->{$_BranchName}->{$ThingsToPrint}->{
    +url}})
    print $testurl;