Help for this page

Select Code to Download


  1. or download this
      <div id="CID60" class="calendar">
        <div>
    ...
          </li>
        </ol>
      </div>
    
  2. or download this
    my @links = $mech->xpath('//div[@id=\'CID60\']/ol/li/a/@href', type =>
    + $mech->xpathResult('STRING_TYPE', all => 1));
    print Dumper(\@links);
    
  3. or download this
    $VAR1 = [
              '/Calendar.aspx?EID=2941&day=3&month=4&year=2016&calType=0',
              ''
            ];