Thomas R Wyant_III <[EMAIL PROTECTED]> wrote:
> "Richard Kelly" <[EMAIL PROTECTED]> wrote:
> > I am actually trying to build a report generator that reads the .CSV
> > formatted files from ECP
>
> Then you might (or might not) be interested in Text::CSV.
...or it's faster cousin Text::CSV_XS whic
[EMAIL PROTECTED] wrote on 02/08/2005 11:17:58 AM:
> VMS::Stat handles many f$file_attribute()s (in fact one of it's
regression
> tests does extensive comparisons between DCL and perl extension results
> for a test file). It does not handle time stamps well at all though
(CDT,
> vs RDT vs ...
Thomas R Wyant_III <[EMAIL PROTECTED]> wrote on 02/08/2005
10:54:34 AM:
> This doesn't exhaust the list by any means. The main omission I know of
is
> f$file_attributes. The Perl stat () function handles the portable portion
> of this, but not the RMS-specific part.
VMS::Stat handles many f$file
"Richard Kelly" <[EMAIL PROTECTED]> wrote on 02/07/2005 02:34:40 PM:
>
> Another issue I will probably encounter in the future is accessing DCL
> symbols, logical names, and lexicals ( I have seen some discussion of
> lexicals but I have not seen a conclusion).
DCL symbols: see VMS::DCLsym
lo
At 2:34 PM -0500 2/7/05, Richard Kelly wrote:
>I have looked through the archives but I have not been able to find a
>reference to any perl functions that perform the equivalent of f$cvtime and
>f$delta_time.
If you need to manipulate VMS quadword dates, then in addtion to the
modules Michael m
On Mon, Feb 07, 2005 at 02:34:40PM -0500, Richard Kelly wrote:
> I have looked through the archives but I have not been able to find a
> reference to any perl functions that perform the equivalent of f$cvtime
> and f$delta_time.
You probably want to look at the date and time handling modules on
Hello,
I tried sending this email last week but I
don’t believe it got to the list.
I have looked through the archives but I
have not been able to find a reference to any perl functions that perform the
equivalent of f$cvtime and f$delta_time.
Another issue I will probably e