oikool has asked for the wisdom of the Perl Monks concerning the following question:
use Time::Local my $x=localtime; print "\n","\n", $x; print "\n","\n"; system("date"); system("date -s "2 June 2010 18:00:00"");
i'm actually trying to set the date, so to print this linux command that i have mentioned in last.. how do i have to do that
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: to print a system command
by robby_dobby (Hermit) on Feb 12, 2014 at 12:22 UTC | |
by Anonymous Monk on Feb 12, 2014 at 13:34 UTC | |
|
Re: to print a system command
by vinoth.ree (Monsignor) on Feb 12, 2014 at 13:35 UTC | |
by johngg (Canon) on Feb 12, 2014 at 15:36 UTC | |
|
Re: to print a system command
by Anonymous Monk on Feb 12, 2014 at 12:18 UTC |