To Justice41:
Where would I put
$ini = join "", "'",$ARGV[1] || $firstday,"'";
$fim = join "", "'",$ARGV[2] || "TEST", "'";
in my program?
What part of the program would this fit in.
Would I have to read $firstday before using...