perl

  1. H

    Where can i find perl in linux ??

    I am able to use perl 5.8 from windows , but i want to use it from linux also .. I have edited the fstab to mount windows partitions along with linux .. this way i can have interconnectivity ..
  2. S

    CGI script help

    Hello friends, I have an unusual problem, I have installed the activeperl software o my pc and compiled the below code sucessfully. But when I put it in the web page nothing shows up. How do I actually use them. ----------------------------------- use CGI; $co=new CGI; print $co->header...
Top Bottom