On Tue, 2007-02-06 at 15:43 -0500, Matt Herzog wrote:

> [EMAIL PROTECTED] corp2 corp1 corp3 corp5
> [EMAIL PROTECTED] corp6 corp7 corp9 corp8

This line is missing a closing quote.

    my $req = HTTP::Request->new(GET => 
"http://mon.xeering.com/cricket/grapher.cgi?type=png;target=%2FPSHome-Data%2F($firm);dslist=Logged-In;range=3628800;rand=951
    $req->content_type('image/jpeg');


I have a feeling you are coding this inside out.  I think that you need
a hash with a key of clients containing an array of managers.  When you
rip your control file you add another manager onto the end of the array.

-- 
Ken Foskey
FOSS developer


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to