Help for this page

Select Code to Download


  1. or download this
        if (m/^(.*) UTC.*refs = (\d+)$/) {
                            ^^^^
    
  2. or download this
    2007-Jan-07 00:00:01 UTC (GMT +0000) - Poll: channel = two, ref = com,
    + id = 133714761
    
  3. or download this
        # slightly altered--v
        if (m/^(.*) UTC.*ref .*? = (\d+)$/) {
    ...
            $timestamp = $dt->epoch();
            warn "found: $. $timestamp\t$refs\n";
        }