Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "WEEK: $temp[0]\n";
    
    exit;
    
  2. or download this
    my $sth = $dbh->prepare("SELECT date_format(?,'%v')");