Sponsored Content
Top Forums Shell Programming and Scripting Perl-OS command to find out what kind Post 302420502 by bigben1220 on Tuesday 11th of May 2010 11:22:56 PM
Old 05-12-2010
Perl-OS command to find out what kind

I need to know a command to find out which version of Perl Im currently running.

Thanks
Ben
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Some kind of message command

Hello All, hope someone here can help me with this. I am a new unix system administrator on the HP-UX machine. Every night, our operators back up our file system using one tape but as of recently, our files have gotten bigger and it now requires 2 tapes for a complete backup. Since the operators... (3 Replies)
Discussion started by: sanjit
3 Replies

2. UNIX for Dummies Questions & Answers

Where can i find staroffice or any other kind office program for unix or linux?

No detail:confused: (4 Replies)
Discussion started by: HOUSCOUS
4 Replies

3. Shell Programming and Scripting

using the perl version of the find command...

hi, i am looking through the perl documentation in the man pages for the first time but I have looked at some other reference giudes before (at a glance) and remember that there is a find command used by perl can any one give me a structured example of that command and how it works and if possible... (2 Replies)
Discussion started by: moxxx68
2 Replies

4. Shell Programming and Scripting

Perl Script Error with find command

Guys, I need to find all the files ending with either dmp or dmp.Z. This command is giving me error. @files =`find $path \(-name "*.dmp" -o -name "*.dmp.Z"\) -mtime +30`; sh: 0403-057 Syntax error at line 1 : `(' is not expected. Thanks in advance (4 Replies)
Discussion started by: MKNENI
4 Replies

5. Solaris

How do I find what kind of NIC card the server has?

All, I see that there are 2 nic card available . How can I know all the details about these 2 nic cards. -rw-r--r-- 1 root root 10 Apr 16 15:00 hostname.bge0 -rw-r--r-- 1 root other 17 Apr 22 08:56 hostname.bge2 please let me know thanks -prasad (4 Replies)
Discussion started by: p4cldba
4 Replies

6. UNIX for Dummies Questions & Answers

how to use sed or perl command to find and replace a directory in a file

how to use sed command to find and replace a directory i have a file.. which contains lot of paths ... for eg.. file contains.. /usr/kk/rr/12345/1 /usr/kk/rr/12345/2 /usr/kk/rr/12345/3 /usr/kk/rr/12345/4 /usr/kk/rr/12345/5 /usr/kk/rr/12345/6 /usr/kk/rr/12345/7... (1 Reply)
Discussion started by: wip_vasikaran
1 Replies

7. Shell Programming and Scripting

Perl : find perl executable binary

Hi I have an oracle perl script running as cron job across multiple unix servers. The issue is the perl binary is found in multiple directories I use in the start of the script ... #!/usr/bin/perl on some servers the script fails because /usr/bin/perl is not present. Is there a way i can... (4 Replies)
Discussion started by: PrasannaKS
4 Replies

8. Shell Programming and Scripting

find: missing argument to `-exec' while redirecting using find in perl

Hi Friends, Please help me to sort out this problem, I am running this in centos o/s and whenever I run this script I am getting "find: missing argument to `-exec' " but when I run the same code in the command line I didn't find any problem. I am using perl script to run this ... (2 Replies)
Discussion started by: ramkumarselvam
2 Replies

9. Red Hat

How to detect kind of command for root only?

Dear all, Please help me clarify why i cannot run command in /sbin directory (ex: /sbin/fdisk -l )! I've checked permission on files which belong /sbin directory with execute permission. However, i still cannot run with normal user. Sorry for my English. thanks all, (5 Replies)
Discussion started by: all4cfa
5 Replies

10. Shell Programming and Scripting

Perl find command tweak

i use the following command to find files that were recently updated within the last hour: perl -MFile::Find -le' find { wanted => sub { -f and 3600 / 86400 >= -M and print $File::Find::name; } }, shift' /var/app/mydata/ this command works well. however, it seems to also search directories... (1 Reply)
Discussion started by: SkySmart
1 Replies
DateTime::Locale::ak_GH(3)				User Contributed Perl Documentation				DateTime::Locale::ak_GH(3)

NAME
DateTime::Locale::ak_GH SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'ak_GH' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Akan Ghana. DATA
This locale inherits from the DateTime::Locale::ak locale. It contains the following data. Days Wide (format) Dwowda Benada Wukuda Yawda Fida Memeneda Kwesida Abbreviated (format) Dwo Ben Wuk Yaw Fia Mem Kwe Narrow (format) D B W Y F M K Wide (stand-alone) Dwowda Benada Wukuda Yawda Fida Memeneda Kwesida Abbreviated (stand-alone) Dwo Ben Wuk Yaw Fia Mem Kwe Narrow (stand-alone) D B W Y F M K Months Wide (format) Sanda-XpXpXn Kwakwar-Xgyefuo EbXw-Xbenem EbXbira-Oforisuo Esusow Aketseaba-KXtXnimba Obirade-AyXwohomumu AyXwoho-Kitawonsa Difuu-Xsandaa Fankwa-XbX XbXsX-Ahinime XberXfXw-Obubuo Mumu-XpXnimba Abbreviated (format) S-X K-X E-X E-O E-K O-A A-K D-X F-X X-A X-O M-X Narrow (format) 1 2 3 4 5 6 7 8 9 10 11 12 Wide (stand-alone) Sanda-XpXpXn Kwakwar-Xgyefuo EbXw-Xbenem EbXbira-Oforisuo Esusow Aketseaba-KXtXnimba Obirade-AyXwohomumu AyXwoho-Kitawonsa Difuu-Xsandaa Fankwa-XbX XbXsX-Ahinime XberXfXw-Obubuo Mumu-XpXnimba Abbreviated (stand-alone) S-X K-X E-X E-O E-K O-A A-K D-X F-X X-A X-O M-X Narrow (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Quarters Wide (format) Q1 Q2 Q3 Q4 Abbreviated (format) Q1 Q2 Q3 Q4 Narrow (format) 1 2 3 4 Wide (stand-alone) Q1 Q2 Q3 Q4 Abbreviated (stand-alone) Q1 Q2 Q3 Q4 Narrow (stand-alone) 1 2 3 4 Eras Wide Ansa Kristo Kristo Ekyiri Abbreviated AK KE Narrow AK KE Date Formats Full 2008-02-05T18:30:30 = Benada, 2008 Kwakwar-Xgyefuo 05 1995-12-22T09:05:02 = Fida, 1995 Mumu-XpXnimba 22 -0010-09-15T04:44:23 = Memeneda, -10 Fankwa-XbX 15 Long 2008-02-05T18:30:30 = 2008 Kwakwar-Xgyefuo 5 1995-12-22T09:05:02 = 1995 Mumu-XpXnimba 22 -0010-09-15T04:44:23 = -10 Fankwa-XbX 15 Medium 2008-02-05T18:30:30 = 2008 K-X 5 1995-12-22T09:05:02 = 1995 M-X 22 -0010-09-15T04:44:23 = -10 F-X 15 Short 2008-02-05T18:30:30 = 08/02/05 1995-12-22T09:05:02 = 95/12/22 -0010-09-15T04:44:23 = -10/09/15 Default 2008-02-05T18:30:30 = 2008 K-X 5 1995-12-22T09:05:02 = 1995 M-X 22 -0010-09-15T04:44:23 = -10 F-X 15 Time Formats Full 2008-02-05T18:30:30 = 18:30:30 UTC 1995-12-22T09:05:02 = 09:05:02 UTC -0010-09-15T04:44:23 = 04:44:23 UTC Long 2008-02-05T18:30:30 = 18:30:30 UTC 1995-12-22T09:05:02 = 09:05:02 UTC -0010-09-15T04:44:23 = 04:44:23 UTC Medium 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Short 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 Default 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Datetime Formats Full 2008-02-05T18:30:30 = Benada, 2008 Kwakwar-Xgyefuo 05 18:30:30 UTC 1995-12-22T09:05:02 = Fida, 1995 Mumu-XpXnimba 22 09:05:02 UTC -0010-09-15T04:44:23 = Memeneda, -10 Fankwa-XbX 15 04:44:23 UTC Long 2008-02-05T18:30:30 = 2008 Kwakwar-Xgyefuo 5 18:30:30 UTC 1995-12-22T09:05:02 = 1995 Mumu-XpXnimba 22 09:05:02 UTC -0010-09-15T04:44:23 = -10 Fankwa-XbX 15 04:44:23 UTC Medium 2008-02-05T18:30:30 = 2008 K-X 5 18:30:30 1995-12-22T09:05:02 = 1995 M-X 22 09:05:02 -0010-09-15T04:44:23 = -10 F-X 15 04:44:23 Short 2008-02-05T18:30:30 = 08/02/05 18:30 1995-12-22T09:05:02 = 95/12/22 09:05 -0010-09-15T04:44:23 = -10/09/15 04:44 Default 2008-02-05T18:30:30 = 2008 K-X 5 18:30:30 1995-12-22T09:05:02 = 1995 M-X 22 09:05:02 -0010-09-15T04:44:23 = -10 F-X 15 04:44:23 Available Formats d (d) 2008-02-05T18:30:30 = 5 1995-12-22T09:05:02 = 22 -0010-09-15T04:44:23 = 15 EEEd (d EEE) 2008-02-05T18:30:30 = 5 Ben 1995-12-22T09:05:02 = 22 Fia -0010-09-15T04:44:23 = 15 Mem Hm (H:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 9:05 -0010-09-15T04:44:23 = 4:44 hm (h:mm a) 2008-02-05T18:30:30 = 6:30 EW 1995-12-22T09:05:02 = 9:05 AN -0010-09-15T04:44:23 = 4:44 AN Hms (H:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 9:05:02 -0010-09-15T04:44:23 = 4:44:23 hms (h:mm:ss a) 2008-02-05T18:30:30 = 6:30:30 EW 1995-12-22T09:05:02 = 9:05:02 AN -0010-09-15T04:44:23 = 4:44:23 AN M (L) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 Md (M-d) 2008-02-05T18:30:30 = 2-5 1995-12-22T09:05:02 = 12-22 -0010-09-15T04:44:23 = 9-15 MEd (E, M-d) 2008-02-05T18:30:30 = Ben, 2-5 1995-12-22T09:05:02 = Fia, 12-22 -0010-09-15T04:44:23 = Mem, 9-15 MMM (LLL) 2008-02-05T18:30:30 = K-X 1995-12-22T09:05:02 = M-X -0010-09-15T04:44:23 = F-X MMMd (MMM d) 2008-02-05T18:30:30 = K-X 5 1995-12-22T09:05:02 = M-X 22 -0010-09-15T04:44:23 = F-X 15 MMMEd (E MMM d) 2008-02-05T18:30:30 = Ben K-X 5 1995-12-22T09:05:02 = Fia M-X 22 -0010-09-15T04:44:23 = Mem F-X 15 MMMMd (MMMM d) 2008-02-05T18:30:30 = Kwakwar-Xgyefuo 5 1995-12-22T09:05:02 = Mumu-XpXnimba 22 -0010-09-15T04:44:23 = Fankwa-XbX 15 MMMMEd (E MMMM d) 2008-02-05T18:30:30 = Ben Kwakwar-Xgyefuo 5 1995-12-22T09:05:02 = Fia Mumu-XpXnimba 22 -0010-09-15T04:44:23 = Mem Fankwa-XbX 15 ms (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 y (y) 2008-02-05T18:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -10 yM (y-M) 2008-02-05T18:30:30 = 2008-2 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -10-9 yMEd (EEE, y-M-d) 2008-02-05T18:30:30 = Ben, 2008-2-5 1995-12-22T09:05:02 = Fia, 1995-12-22 -0010-09-15T04:44:23 = Mem, -10-9-15 yMMM (y MMM) 2008-02-05T18:30:30 = 2008 K-X 1995-12-22T09:05:02 = 1995 M-X -0010-09-15T04:44:23 = -10 F-X yMMMEd (EEE, y MMM d) 2008-02-05T18:30:30 = Ben, 2008 K-X 5 1995-12-22T09:05:02 = Fia, 1995 M-X 22 -0010-09-15T04:44:23 = Mem, -10 F-X 15 yMMMM (y MMMM) 2008-02-05T18:30:30 = 2008 Kwakwar-Xgyefuo 1995-12-22T09:05:02 = 1995 Mumu-XpXnimba -0010-09-15T04:44:23 = -10 Fankwa-XbX yQ (y Q) 2008-02-05T18:30:30 = 2008 1 1995-12-22T09:05:02 = 1995 4 -0010-09-15T04:44:23 = -10 3 yQQQ (y QQQ) 2008-02-05T18:30:30 = 2008 Q1 1995-12-22T09:05:02 = 1995 Q4 -0010-09-15T04:44:23 = -10 Q3 yyQ (Q yy) 2008-02-05T18:30:30 = 1 08 1995-12-22T09:05:02 = 4 95 -0010-09-15T04:44:23 = 3 -10 Miscellaneous Prefers 24 hour time? Yes Local first day of the week Dwowda SUPPORT
See DateTime::Locale. AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT
Copyright (c) 2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generated from data provided by the CLDR project, see the LICENSE.cldr in this distribution for details on the CLDR data's license. perl v5.18.2 2017-10-06 DateTime::Locale::ak_GH(3)
All times are GMT -4. The time now is 09:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy