![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Language translation from the command line or clipboard | iBot | UNIX and Linux RSS News | 0 | 04-04-2008 01:30 AM |
| Perl: Extracting date from file name and comparing with current date | MKNENI | Shell Programming and Scripting | 4 | 03-26-2008 12:01 PM |
| help --translation | beijingzhzj | UNIX for Dummies Questions & Answers | 1 | 11-10-2006 03:26 PM |
| I need translation! | 801238429 | Shell Programming and Scripting | 7 | 04-05-2005 09:50 AM |
| need translation? | wmosley2 | Shell Programming and Scripting | 1 | 12-15-2003 01:03 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
perl translation - date command
I have a shell script I want to write in perl, and I want to do the following in perl:
VAR=xdirect_`date +%Y-%b-%d`* Any ideas how on how to do this? |
| Forum Sponsor | ||
|
|
|
|||
|
You can compose a formatted date using a custom module "Date::Format" from CPAN (yes, you need to download and install the module before you can use it):
For details: http://search.cpan.org/~gbarr/TimeDa...Date/Format.pm |
|||
| Google UNIX.COM |