RE: Page generation tweeking

2003-07-23 Thread Farrington, Ryan
Title: RE: Page generation tweeking Thanks to $Bill for the help... his solution actually made it generation of the page quicker =) below is the final solution: my @array = qw(102345 102356 102375); my $count = ''; my $output_htmlvar = ''; fopen(FILE, $memberdir/memberlist.txt); My

Hash issue too

2003-07-23 Thread Sue-fang Hsu
Hi, I have a hash of array like this: %work_sbu =( HR = [HR (John Mack), [EMAIL PROTECTED]], Health Systems = [Health Systems (Bill Good),[EMAIL PROTECTED]], OPS = [OPS (Anne Lin), [EMAIL PROTECTED]]); The html form has drop down

RE: File::NCopy is giving error

2003-07-23 Thread pijush koley
This tricks is not working. Is there any other way?? Thanks -Pijush --- Wagner, David --- Senior Programmer Analyst --- WGO [EMAIL PROTECTED] wrote: pijush koley wrote: Hi! I am using ActiveSatate Perl v5.6.1 on windows 2000. I have installed File::NCopy module on it. To copy a file

VSAM file processing using Perl code

2003-07-23 Thread sekhar kavuru
a VSAM file (flat file with data and index components on MainFrame systems) need to be processed , possibly using perl code. Any ideas and suggestion as to how to accomplish thisusing Perl. Thanks Kavuru Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

RE: File::NCopy is giving error

2003-07-23 Thread Basil Daoust
Did you try a none perlish solution like `copy \\Test/x.txt, C:\Temp`; Or something like that? Basil pijush koley

question: how to redirect the standard error into a perl/TK text widget

2003-07-23 Thread Grace Huang
Hi Does anybody have an example shows how to redirect the standard error into a perl/Tk text widget? Thanks. Grace -- ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: