Help for this page

Select Code to Download


  1. or download this
    my $todayDate = qx(date);
    my ( $day, $month, $dayNum ) = split ' ', $todayDate;
    ...
    the day will be Tue
    the month will be Nov
    the day num will be 10