in reply to Re: Do I need to learn pearl to enhance my carrier oppurtunities
in thread Do I need to learn pearl to enhance my carrier oppurtunities

Hi Dave, Thanks for your comment. I have installed the Active Perl , and trying to work on Windows OS. I have read that , we could do the web based programming using Perl and also validations for database values, or System Administration. Can we use Perl , to validate UI Based checks? Regards, Reena
  • Comment on Re^2: Do I need to learn pearl to enhance my carrier oppurtunities

Replies are listed 'Best First'.
Re^3: Do I need to learn pearl to enhance my carrier oppurtunities
by kcott (Archbishop) on Jun 15, 2011 at 08:54 UTC
    Can we use Perl , to validate UI Based checks?

    Yes you can and you probably should (even when checks exist on the client-side, e.g. Javascript).

    Take a look at the sections referring to queries and query objects in the CGI module documentation to see the types of operations available. There are many Perl modules for web-based programming: as I'm not particularly current in this area, I'll leave others to describe the latest and greatest.

    -- Ken