|-----Original Message----- |From: John Doe [mailto:[EMAIL PROTECTED] |Sent: Tuesday, May 03, 2005 1:50 AM |To: beginners@perl.org |Subject: Re: Translate standard date/time format to EPOCH seconds | | |Am Montag, 2. Mai 2005 19.52 schrieb Charles K. Clarkson: |> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote: |> : Again, I cannot use a module in this situation due to limitations of |> : the runtime environment. |> |> Well. you could find a module that does what you want. Then lift |> out those subs and put them in your script. | |Good answer - easy and difficult to find :-) | |Am I wrong or is it - if possible to write own code in an own |script - also |possible to install the module in e.g. the script location (not |in a standard |module dir) and use it with | |# in the script: |use lib qw(/my/script_dir/); |use MyStandardModuleInstalledInANonstandardPath; | Yes, its possible. See perldoc -q "my own" The author might also be interested in Time::Local. Dunno for shure here but I think its a standard Perl module. you might also have a look at the strftime() function in POSIX. Manav |?!? | |> |> HTH, |> |> Charles K. Clarkson |> -- |> Mobile Homes Specialist |> 254 968-8328 | |-- |To unsubscribe, e-mail: [EMAIL PROTECTED] |For additional commands, e-mail: [EMAIL PROTECTED] |<http://learn.perl.org/> <http://learn.perl.org/first-response> | | ********************************************************* Disclaimer: The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT. This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use ********************************************************* -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>