Sponsored Content
Full Discussion: Perl Scripting
Top Forums Shell Programming and Scripting Perl Scripting Post 302068690 by vaibhav on Monday 20th of March 2006 10:29:38 AM
Old 03-20-2006
MySQL

Hi Greg 10X,
your advice worked regarding the perl script. Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Perl scripting

hi Can any one suggest me book for perl scripting on UNIX Platform. Regards (2 Replies)
Discussion started by: rochitsharma
2 Replies

2. Shell Programming and Scripting

perl scripting

Hi does anyone know how to ouput "I love scripting" to "scripting love I" without using reverse() function in perl? Thanks (2 Replies)
Discussion started by: ccp
2 Replies

3. Shell Programming and Scripting

Need help in perl scripting.

Hi, To run a perl script i am giving command like this in DOS prompt d:> perl D:\<dir_name>\<dir_name>\sample.pl Its throwing the following error while running the above syntax error at <eval 4> line 1, near "use D:" Can anyone help? (3 Replies)
Discussion started by: mvictorvijayan
3 Replies

4. Shell Programming and Scripting

Call Shell scripting from Perl Scripting.

Hi How to call a shell scripting through a Perl scripting? Actually I need some value from Shell scripting and passes in the Perl scripting. So how can i do this? (2 Replies)
Discussion started by: anupdas
2 Replies

5. UNIX for Dummies Questions & Answers

Need help configuring Active Perl on Windows Vista.: Perl Scripting on Windows

Hi All, Need help configuring Active Perl on Windows Vista. I am trying to install Active Perl on Windows Vista. The version of Active Perl i am trying to install is : ActivePerl 5.10.1 Build 1006 After installing it through cmd, When i try to run perl -v to check the version, i get the... (2 Replies)
Discussion started by: Vabiosis
2 Replies

6. What is on Your Mind?

Shell scripting vs Perl scripting

Hi all, I would like to start developping some good scripting skills. Do you think it would be best to start with shell scripting or Perl? I already got a fundation, really basics, in perl. but I am wondering what would be best to be good at first. Can you please help me determine which one to... (14 Replies)
Discussion started by: Pouchie1
14 Replies

7. What is on Your Mind?

Shell Scripting vs Perl scripting

Gents, I have been working in a Solaris/Unix environment for about 9 months. I took some linux classses online before getting the job. But, I am not very good at scripting. I want to learn how to script. Do you think that I should start with Shell scripting or Perl? I wanted to continue with... (2 Replies)
Discussion started by: Pouchie1
2 Replies

8. Web Development

Perl scripting or shell scripting?

i am going to study any one of the scripting languages mentioned above(shell 0r perl scripting) . Which is having more scope for a fresher? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

9. Shell Programming and Scripting

need help in PERL Scripting

I am having file xyz.log Its content is like this int main() { d; #ifdef e; f; #else g; #ifdef h. #else i; (2 Replies)
Discussion started by: naaj_ila
2 Replies

10. Shell Programming and Scripting

Perl Scripting

I have create this shell script #!/bin/sh if ; then echo "Usage: ./script <filename>" exit 1 elif ; then fname="$1" fi output="output.txt" i=0 ... (11 Replies)
Discussion started by: Evelin90
11 Replies
DateTime::Locale::ko_KR(3)				User Contributed Perl Documentation				DateTime::Locale::ko_KR(3)

NAME
DateTime::Locale::ko_KR SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'ko_KR' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Korean South Korea. DATA
This locale inherits from the DateTime::Locale::ko locale. It contains the following data. Days Wide (format) XXX XXX XXX XXX XXX XXX XXX Abbreviated (format) X X X X X X X Narrow (format) X X X X X X X Wide (stand-alone) XXX XXX XXX XXX XXX XXX XXX Abbreviated (stand-alone) X X X X X X X Narrow (stand-alone) X X X X X X X Months Wide (format) 1X 2X 3X 4X 5X 6X 7X 8X 9X 10X 11X 12X Abbreviated (format) 1X 2X 3X 4X 5X 6X 7X 8X 9X 10X 11X 12X Narrow (format) 1X 2X 3X 4X 5X 6X 7X 8X 9X 10X 11X 12X Wide (stand-alone) 1X 2X 3X 4X 5X 6X 7X 8X 9X 10X 11X 12X Abbreviated (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Narrow (stand-alone) 1X 2X 3X 4X 5X 6X 7X 8X 9X 10X 11X 12X Quarters Wide (format) X 1/4XX X 2/4XX X 3/4XX X 4/4XX Abbreviated (format) 1XX 2XX 3XX 4XX Narrow (format) 1 2 3 4 Wide (stand-alone) X 1/4XX X 2/4XX X 3/4XX X 4/4XX Abbreviated (stand-alone) 1XX 2XX 3XX 4XX Narrow (stand-alone) 1 2 3 4 Eras Wide XXXXX XXXX Abbreviated XXX XX Narrow XXX XX Date Formats Full 2008-02-05T18:30:30 = 2008X 2X 5X XXX 1995-12-22T09:05:02 = 1995X 12X 22X XXX -0010-09-15T04:44:23 = -10X 9X 15X XXX Long 2008-02-05T18:30:30 = 2008X 2X 5X 1995-12-22T09:05:02 = 1995X 12X 22X -0010-09-15T04:44:23 = -10X 9X 15X Medium 2008-02-05T18:30:30 = 2008. 2. 5. 1995-12-22T09:05:02 = 1995. 12. 22. -0010-09-15T04:44:23 = -010. 9. 15. Short 2008-02-05T18:30:30 = 08. 2. 5. 1995-12-22T09:05:02 = 95. 12. 22. -0010-09-15T04:44:23 = -10. 9. 15. Default 2008-02-05T18:30:30 = 2008. 2. 5. 1995-12-22T09:05:02 = 1995. 12. 22. -0010-09-15T04:44:23 = -010. 9. 15. Time Formats Full 2008-02-05T18:30:30 = XX 06X 30X 30X UTC 1995-12-22T09:05:02 = XX 09X 05X 02X UTC -0010-09-15T04:44:23 = XX 04X 44X 23X UTC Long 2008-02-05T18:30:30 = XX 06X 30X 30X UTC 1995-12-22T09:05:02 = XX 09X 05X 02X UTC -0010-09-15T04:44:23 = XX 04X 44X 23X UTC Medium 2008-02-05T18:30:30 = XX 6:30:30 1995-12-22T09:05:02 = XX 9:05:02 -0010-09-15T04:44:23 = XX 4:44:23 Short 2008-02-05T18:30:30 = XX 6:30 1995-12-22T09:05:02 = XX 9:05 -0010-09-15T04:44:23 = XX 4:44 Default 2008-02-05T18:30:30 = XX 6:30:30 1995-12-22T09:05:02 = XX 9:05:02 -0010-09-15T04:44:23 = XX 4:44:23 Datetime Formats Full 2008-02-05T18:30:30 = 2008X 2X 5X XXXXX 06X 30X 30X UTC 1995-12-22T09:05:02 = 1995X 12X 22X XXXXX 09X 05X 02X UTC -0010-09-15T04:44:23 = -10X 9X 15X XXXXX 04X 44X 23X UTC Long 2008-02-05T18:30:30 = 2008X 2X 5XXX 06X 30X 30X UTC 1995-12-22T09:05:02 = 1995X 12X 22XXX 09X 05X 02X UTC -0010-09-15T04:44:23 = -10X 9X 15XXX 04X 44X 23X UTC Medium 2008-02-05T18:30:30 = 2008. 2. 5.XX 6:30:30 1995-12-22T09:05:02 = 1995. 12. 22.XX 9:05:02 -0010-09-15T04:44:23 = -010. 9. 15.XX 4:44:23 Short 2008-02-05T18:30:30 = 08. 2. 5.XX 6:30 1995-12-22T09:05:02 = 95. 12. 22.XX 9:05 -0010-09-15T04:44:23 = -10. 9. 15.XX 4:44 Default 2008-02-05T18:30:30 = 2008. 2. 5.XX 6:30:30 1995-12-22T09:05:02 = 1995. 12. 22.XX 9:05:02 -0010-09-15T04:44:23 = -010. 9. 15.XX 4:44:23 Available Formats d (d) 2008-02-05T18:30:30 = 5 1995-12-22T09:05:02 = 22 -0010-09-15T04:44:23 = 15 Ed (dX (E)) 2008-02-05T18:30:30 = 5X (X) 1995-12-22T09:05:02 = 22X (X) -0010-09-15T04:44:23 = 15X (X) EEEd (dX EEE) 2008-02-05T18:30:30 = 5X X 1995-12-22T09:05:02 = 22X X -0010-09-15T04:44:23 = 15X X HHmm (HH:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 HHmmss (HH:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 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 XX 1995-12-22T09:05:02 = 9:05 XX -0010-09-15T04:44:23 = 4:44 XX Hms (HX mX sX) 2008-02-05T18:30:30 = 18X 30X 30X 1995-12-22T09:05:02 = 9X 5X 2X -0010-09-15T04:44:23 = 4X 44X 23X hms (h:mm:ss a) 2008-02-05T18:30:30 = 6:30:30 XX 1995-12-22T09:05:02 = 9:05:02 XX -0010-09-15T04:44:23 = 4:44:23 XX 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 (M. d. (E)) 2008-02-05T18:30:30 = 2. 5. (X) 1995-12-22T09:05:02 = 12. 22. (X) -0010-09-15T04:44:23 = 9. 15. (X) MMdd (MM. dd) 2008-02-05T18:30:30 = 02. 05 1995-12-22T09:05:02 = 12. 22 -0010-09-15T04:44:23 = 09. 15 MMM (LLL) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 MMMd (MMM dX) 2008-02-05T18:30:30 = 2X 5X 1995-12-22T09:05:02 = 12X 22X -0010-09-15T04:44:23 = 9X 15X MMMEd (MMM dX (E)) 2008-02-05T18:30:30 = 2X 5X (X) 1995-12-22T09:05:02 = 12X 22X (X) -0010-09-15T04:44:23 = 9X 15X (X) MMMMd (MMMM dX) 2008-02-05T18:30:30 = 2X 5X 1995-12-22T09:05:02 = 12X 22X -0010-09-15T04:44:23 = 9X 15X MMMMEd (MMMM dX (E)) 2008-02-05T18:30:30 = 2X 5X (X) 1995-12-22T09:05:02 = 12X 22X (X) -0010-09-15T04:44:23 = 9X 15X (X) mmss (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 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 (yyyy. M.) 2008-02-05T18:30:30 = 2008. 2. 1995-12-22T09:05:02 = 1995. 12. -0010-09-15T04:44:23 = -010. 9. yMEd (yyyy. M. d. EEE) 2008-02-05T18:30:30 = 2008. 2. 5. X 1995-12-22T09:05:02 = 1995. 12. 22. X -0010-09-15T04:44:23 = -010. 9. 15. X yMMM (yX MMM) 2008-02-05T18:30:30 = 2008X 2X 1995-12-22T09:05:02 = 1995X 12X -0010-09-15T04:44:23 = -10X 9X yMMMd (yX MMM dX) 2008-02-05T18:30:30 = 2008X 2X 5X 1995-12-22T09:05:02 = 1995X 12X 22X -0010-09-15T04:44:23 = -10X 9X 15X yMMMEd (yX MMM dX EEE) 2008-02-05T18:30:30 = 2008X 2X 5X X 1995-12-22T09:05:02 = 1995X 12X 22X X -0010-09-15T04:44:23 = -10X 9X 15X X yMMMM (yX MMMM) 2008-02-05T18:30:30 = 2008X 2X 1995-12-22T09:05:02 = 1995X 12X -0010-09-15T04:44:23 = -10X 9X yQ (yX QXX) 2008-02-05T18:30:30 = 2008X 1XX 1995-12-22T09:05:02 = 1995X 4XX -0010-09-15T04:44:23 = -10X 3XX yQQQ (yX QQQ) 2008-02-05T18:30:30 = 2008X 1XX 1995-12-22T09:05:02 = 1995X 4XX -0010-09-15T04:44:23 = -10X 3XX yyMM (YY. M.) 2008-02-05T18:30:30 = 2008. 2. 1995-12-22T09:05:02 = 1995. 12. -0010-09-15T04:44:23 = -10. 9. yyMMM (yyX MMM) 2008-02-05T18:30:30 = 08X 2X 1995-12-22T09:05:02 = 95X 12X -0010-09-15T04:44:23 = -10X 9X yyQ (yyX QXX) 2008-02-05T18:30:30 = 08X 1XX 1995-12-22T09:05:02 = 95X 4XX -0010-09-15T04:44:23 = -10X 3XX yyyyMM (yyyy. MM) 2008-02-05T18:30:30 = 2008. 02 1995-12-22T09:05:02 = 1995. 12 -0010-09-15T04:44:23 = -010. 09 Miscellaneous Prefers 24 hour time? No Local first day of the week XXX 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.16.3 2014-06-10 DateTime::Locale::ko_KR(3)
All times are GMT -4. The time now is 10:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy