Hi All, Using GD::Graph::pie, I have created a pie chart. But, I am unable to add a legend to the chart. Is there any provision to add legend to a pie chart ? ...
Hi, I am basically new to wbeservices using PERL. I have a perl script that I need to service enable and this service nneeds to be called by a non-PERL client....
Hi, I know this isn't strictly a Perl problem but it is in a Perl script so I thought I would ask anyway. On my site I have a simple flat file database. Each...
Hi, I'm pretty new to Perl and need some help! I am working on a project that requires 4 forms on the same page. I would like to be able to submit each one...
Hi, I have created a script to extarct a set of zip files in a particular folder to another destination . In the destination folder a folder would be created...
Hi can some help me in writing a perl script to access remote registry. Which modules required to installed etc. Thanks, Vittal jadhav ... Why delete messages?...
#!/usr/bin/perl use strict ; my @Name; my $Name; my $X = 1; my $Y = 2; my $Data=":2-Lou-14:4-Bobby:3-Tine13:1-jack 23:"; my $Info = ($Data =~ /:$Y-(.*?):/); ...
Hi, Actually i want to check if a environmental variable in perl script, which is present in oracle database has been already set its path in hash table in...
Example string $Data=":2-Name1:4-Name2:3-Name3:1-Name4:"; I need to get the following info ... But All I can search with is ... In other words I know it starts...
hi, i am trying this statement but it is not executing i.e. killing process $force ="-9"; print "Kill $force $pid[$_]\n"; Thanks and Regards Avinash ... Get...
Hi, I am fairly new to Perl and have written some Perl to interface with an API that comes with an application i am working with. I now need to bypass the API...
Does any one know how to check if password exists for a windows user through perl function. UserGetAttributes doesn't work..it is returning null password...
I've installed Perl on my computer (which is not a server). I can run Perl at DOS prompt only. When I use IE or Firefox to access Perl scripts, the browsers...
Hi friends, I wish to create a scalable site made in PERL and seek guidance which templating engine should i use which has less learnig curve also. Names...
hello,,,,,,,,, i am creating login page using Perl/CGI facing prob... able to connect DB but from there facing prob If u have related code of login page in...
Hi, I have a recursive routine for traversing a kind of graph. My scripts are running with '-w' option/ Sometime I get a warning about deep recursion: "Deep...
Perl. Can anyone help me ? Pf1 is a point and figure charting application written in Perl. PF1 is free and is licensed under the GNU General Public License...
I have to write a script which takes a c file in STDIN, searches for a particular line, and substitutes a particular string in that line with something else....
Hi Frnds, I m completely new to perl and now i want the following perl scripts 1. User Modifying File Permission 2. Adding the host to /etc/hosts file 3....
Hi, I am very new to Perl/CGI but I am working on a simple shopping cart system for my website. I am looking for a way to control my session management without...
I recently uninstalled Perl 5.8.2 and reinstalled Perl 5.8.8. After doing this, I noticed there were some issues when attempting to restart apache. I initially...
I had a power failure the other night, and apparently my drive decided to loose data in /usr/local/lib/perl5/5.8.0 . After turning back on the power this...
Hi, I'm Andy Schafer and I'm new here. I am working on building a website and have learned HTML, Javascript, and Perl. Now I am working on learning CGI and I...
I'm quite comfortable using the perl debugger, which works great for character based applications. I know that CGI.pm does have a simple approach for running...