hello;
I'want to make this;
the name of a file with the date
for example
test20061025115822.pl
i'dont know how to take the date in a variable with perl
and how to display the date like this
YYYYMMDDHHMMSS ?
because i want to add the variable containing the date to a file name;
test.$date.pl;
Thanks
I'want to make this;
the name of a file with the date
for example
test20061025115822.pl
i'dont know how to take the date in a variable with perl
and how to display the date like this
YYYYMMDDHHMMSS ?
because i want to add the variable containing the date to a file name;
test.$date.pl;
Thanks