cleaning up as application ends

2007-05-12 Thread Mary Anderson
I would like to perform some clean up at various points in my application. Here is one of them. if ($pageName eq 'CSV'){ my $made_and_stuffed = make_and_stuff_query($pageName); if ($made_and_stuffed == 1){ my $pathName = execute_CSV_query($pageName);

Re: cleaning up as application ends

2007-05-12 Thread Mumia W.
On 05/12/2007 05:37 PM, Mary Anderson wrote: I would like to perform some clean up at various points in my application. Here is one of them. if ($pageName eq 'CSV'){ my $made_and_stuffed = make_and_stuff_query($pageName); if ($made_and_stuffed == 1){ my