fork(1) download
  1.  
  2. #!/usr/local/bin/perl
  3. use strict;
  4. use warnings;
  5. use Time::Piece;
  6.  
  7. my $date = localtime->strftime('%m-%d');
  8. print $date;
Success #stdin #stdout 0.03s 4948KB
stdin
Standard input is empty
stdout
04-24