Help for this page

Select Code to Download


  1. or download this
    my $date = '2016-07-25';
    my $filename = "$savedir/TEST-$date.jpg";
    
    system(...);
    
  2. or download this
    my $date = strftime '%Y-%m-%d', localtime;
    ...