Help for this page

Select Code to Download


  1. or download this
    s/^\s+|\s+$//g for $severity, $ticketnum, $timereceived, ...;
    
  2. or download this
    my $remedyqueue = [ map { $_->string_value=~s/^\s+|\s+$//gr }
      $xp->find("./custom_attribute_list/custom_attribute[normalize-space(
    +name)='SLB_RemedyQueue']/value", $node)
        ->get_nodelist ];