Help for this page

Select Code to Download


  1. or download this
    /^Collection=>(\S*) \s+ 
      ImageCount=>(\S*) \s+
      Status=>(\S*) \s+
      Missing=>(\S*) \s+
      Modified=>(.*\S) /x
    
  2. or download this
    my %r = 
        /^ (Collection)=>(\S*) \s+ 
    ...
           (Missing)=>(\S*) \s+
           (Modified)=>(.*\S)
        /x;