RE: Perl Certifications ??

2004-02-25 Thread Savinder Puri
Title: RE: Perl Certifications ?? Hi All,   IMHO I'd agree with the *large* support towards Perl as an "Enterprise" dev language... probably it's due to my eternal love to programme in Perl :-)   Towards Perl's use in OO and RAD, what links/resources would provide valuable information

Perl Certifications ??

2004-02-06 Thread Savinder Puri
Title: Re: Exe2perl - the C version Hello All, Are there any *recognised* Perl certifications available... something along the lines of (shall i dare say!!) MCSE etc ?? Any links would be a great help. Thanks, Savinder.  

Invoke perl script from CGI and redirect STDOUT, STDERR to a file

2003-08-27 Thread Savinder Puri
Title: Message Hi All, Here's what I want to do: 1. A web-page invokes a CGI perl script (say cgi.pl), and passes certain user inputs in the QUERYSTRING. 2. The CGI script does some pre-processing and invokes another perl script (say a.pl), passing it the QUERYSTRING parameters. 3. Script a.p