Guest User

Untitled

a guest
Nov 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. while(1){
  4. #---------------------------
  5. $sec = (localtime)[0];
  6. $min = (localtime)[1];
  7. $ore = (localtime)[2];
  8. $giorno = (localtime)[3];
  9. $mese = (localtime)[4];
  10. $anno = (localtime)[5];
  11. $giornosettimana = (localtime)[6];
  12. $giornoanno = (localtime)[7];
  13. $oralegale = (localtime)[8];
  14. #----------------------------
  15.  
  16. $val= "$ore:$min:$sec";
  17.  
  18. if ($val=="1:25:00") {
  19.  
  20. print "sono le ore ke hai messo\n";
  21.  
  22. }
  23. if ($val=="1:26:00") {
  24.  
  25. print "sono le 4\n";
  26.  
  27. }
  28.  
  29. }
Add Comment
Please, Sign In to add comment