[Perl-unix-users] Creating a Dynamic Table??

2007-01-10 Thread Ben Eagle
I am making a PDF , which using PDF::Table I am making a table inside that PDF. What I am trying to do is make the table dynamic, cause I am passing variables and I do not want a blank table row if the variable is empty. This is what I have tried so far: my $some_data =[ ["HP Hardware"

[Perl-unix-users] Creating a Dynamic Table??

2007-01-10 Thread Ben Eagle
I am making a PDF , which using PDF::Table I am making a table inside that PDF. What I am trying to do is make the table dynamic, cause I am passing variables and I do not want a blank table row if the variable is empty. This is what I have tried so far: my $some_data =[ ["HP Hardware"

[Perl-unix-users] Streaming a PDF to the browser

2007-01-17 Thread Ben Eagle
Using PDF::API2, I am trying to build a pdf straight to the browser without having to save it to the server. I am using: print $q->header( "application/pdf" ); print $pdf->stringify; $pdf->end; but its not working all I get is garble its not opening the pdf just spitting the enc

[Perl-unix-users] PDF::API2 creating paragraph

2007-01-18 Thread Ben Eagle
I have been trying (unsuccessfully I m ight add) to create paragraphs, I know it can be done but I have yet to get it to work, here are a few snippets trying to create it neither work use PDF::API2; use perlchartdir; use strict; use warnings; use constant mm => 25.4/72; use constant in

[Perl-unix-users] PDF Paragraphs

2007-01-23 Thread Ben Eagle
One of the last problems I am having, I need to make paragraphs in PDF API2, I have yet been able to get anything to work. Nor is there any good documentation anywhere on it, and the ones that there is do not work. Has anyone got this feature to work and if so and you please shed some light

[Perl-unix-users] Perl module stopping script from running??

2007-02-08 Thread Ben Eagle
I am using a developed module called per ChartDirector, which creates png charts I use to add to a pdf file. The pdf was not being created, and I found out that when I add 'use perchartdirector;' the script bombs but only from the browser, in the shell prompt it runs just fine, this is a proble

Re: [Perl-unix-users] Perl module stopping script from running??

2007-02-08 Thread Ben Eagle
rsday, February 08, 2007 11:04 AM To: Ben Eagle; perl-unix-users@listserv.ActiveState.com Subject: RE: [Perl-unix-users] Perl module stopping script from running?? The path variable is probably different for the anonymous web user on Solaris. Can you add make it work by adding a use lib statement

[Perl-unix-users] Parameters in Sessions?

2007-08-01 Thread Ben Eagle
I am trying to save parameters being passed from Flash, Flash is sending parameters using GET and there are too many to send all of them so I must split them into 3 different GET. so I am using perl and CGI::Session to save the parameters, and then loading back up and saving all of the parameters

[Perl-unix-users] Parse CSS in perl?

2008-01-27 Thread Ben Eagle
Whats the best way to parse CSS, I am trying to make a Perl form that will allow users to edit a current CSS file I looked at the CSS module on CPAN but the document tation is vague, does aqny one have an example of this?? Thanks Ben <>___ Perl-Unix-U

Re: [Perl-unix-users] Parse CSS in perl?

2008-01-28 Thread Ben Eagle
Bill, That deffently would be a option for more advanced users but I was trying to make it some what easier for the beginner. I made a form that passes all the values to a Perl script and the Perl script places the values in a css string and then prints it into a css file. But with that I need to