Help for this page

Select Code to Download


  1. or download this
    sub {
      # get possible args
    ...
      # possible write to log
      # return hash
    }
    
  2. or download this
    get_data(
      pre => undef,
      while => '$_ =~ tr/ / /s;',
      post => 'write_log("Found $count instances");',
    );