RE: Use of uninitialized value

2005-09-14 Thread DBSMITH
what do you mean I cant? It is logically working! Is this is recommedation for more readibility and thats it? Or is this Perl best practice thingy? thank you! Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams

Re: Perl DBI / SQL Question

2005-09-14 Thread Vance M. Allen
Sorry if the cross-posting wasn't appropriate, but I need help with this and am not sure if it's more appropriate to post under CGI or DBI since it involves both...I want to be sure that I can get help from the best source. My question is probably a simple answer, but I am not sure what I have t

File Modification Date

2005-09-14 Thread Vance M. Allen
I'm trying to find out how to determine the date and/or time that a file was created in a simple procedure. I have heard about a few different libraries but the examples I have found haven't been very useful. The basic purpose I want to do is a simple footer provided by a package module throug

Re: File Modification Date

2005-09-14 Thread Paul Archer
perldoc -q timestamp 12:42am, Vance M. Allen wrote: I'm trying to find out how to determine the date and/or time that a file was created in a simple procedure. I have heard about a few different libraries but the examples I have found haven't been very useful. The basic purpose I want to do

Re: File Modification Date

2005-09-14 Thread Wiggins d'Anconia
Vance M. Allen wrote: > I'm trying to find out how to determine the date and/or time that a file was > created in a simple procedure. I have heard about a few different libraries > but the examples I have found haven't been very useful. > > The basic purpose I want to do is a simple footer prov

RE: Perl DBI / SQL Question

2005-09-14 Thread Bob Showalter
Vance M. Allen wrote: > I need to know how to retrieve through Perl DBI a listing of possible > ENUM elements from a field for processing under a CGI script. Need to know what database you're talking about. This will probably involve querying data dictionary views or tables. Some DBI drivers also

RE: Use of uninitialized value

2005-09-14 Thread Ovid
--- [EMAIL PROTECTED] wrote: > what do you mean I cant? It is logically working! Is this is > recommedation for more readibility and thats it? Or is this Perl > best > practice thingy? Because Perl subroutines are not lexically scoped. sub foo { sub bar { return 'bar'; } p

RE: Use of uninitialized value

2005-09-14 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote: : it is on line 207...thx! : "Use of uninitialized value in string eq at line 207" : (See attached file: ASM_monitor.pl) Are you certain the version you sent is the version on the server? This does not produce an error. (It is from t