Help for this page

Select Code to Download


  1. or download this
    chomp(my $date = qx(date +%x_%T));
  2. or download this
    use POSIX 'strftime';
    my $date = strftime "%x_%T", localtime;