dkanavis

Untitled

Aug 5th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.27 KB | None | 0 0
  1. sub mcourse {
  2.     my ($year, $month) = @_;
  3.  
  4.     my $_course = $course;
  5.  
  6.     #if ($year > $rubyear || $year == $rubyear && $month >= $rubmonth) {
  7.         $_course = 1;
  8.     #}
  9.     #printf "course=%d year=%d month=%d\n", $_course, $year, $month;
  10.  
  11.     return $_course;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment