RE: ActivePerl Digest, Vol 7, Issue 8

Thers ia a few ways to do charts, bars chart pie chart graphs of all
types,

One way is to use module such as Graph module, GD::Graph, or a fw others
that are not free.

You could create some scripts to do perhaphs what you want but it is
sometimes easier when its already made.

Hope that helps some.

-----Original Message-----
From: activeperl-bounces [at] listserv.ActiveState.com
[mailto:activeperl-bounces [at] listserv.ActiveState.com] On Behalf Of
activeperl-request [at] listserv.ActiveState.com
Sent: Sunday, February 11, 2007 3:00 PM
To: activeperl [at] listserv.ActiveState.com
Subject: ActivePerl Digest, Vol 7, Issue 8

Send ActivePerl mailing list submissions to
activeperl [at] listserv.ActiveState.com

To subscribe or unsubscribe via the World Wide Web, visit
http://listserv.ActiveState.com/mailman/listinfo/activeperl
or, via email, send a message with subject or body 'help' to
activeperl-request [at] listserv.ActiveState.com

You can reach the person managing the list at
activeperl-owner [at] listserv.ActiveState.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ActivePerl digest..."


Today's Topics:

1. Re: Manipulating HTTP Headers (mark pryor)
2. script to generate a simple chart (Rajeev)


------------------------------------------------------------ ----------

Message: 1
Date: Sat, 10 Feb 2007 13:53:19 -0800 (PST)
From: mark pryor <tlviewer [at] yahoo.com>
Subject: Re: Manipulating HTTP Headers
To: "Paco Zarabozo A." <fzarabozo [at] hotmail.com>
Cc: activeperl [at] listserv.ActiveState.com
Message-ID: <927402.77268.qm [at] web33610.mail.mud.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Paco,

Grab http-sniffer.pl by Tim Meadowcroft so you can see the actual
headers:

http://schmerg.pwp.blueyonder.co.uk/code.htm

then look over rfc 2617 to decide if you want to use basic or digest
authentication.

There are many perl examples for doing this in cgi perl -- google for
them.

good luck,
Mark


---------------------------------
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/active perl/attachm
ents/20070210/6725ec21/attachment-0001.html

------------------------------

Message: 2
Date: Sat, 10 Feb 2007 19:41:48 -0600
From: "Rajeev" <rp_29 [at] hotmail.com>
Subject: script to generate a simple chart
Cc: <activeperl [at] listserv.ActiveState.com>
Message-ID: <BAY102-DAV91E7F050BF0F6EEC9B27299920 [at] phx.gbl>
Content-Type: text/plain; charset="us-ascii"

Hello all,



I am thinking to write a simple (!) script in perl to generate a chart
joining objects. Very much like a flow chart. Has anyone done this
before?
Is it possible?



O1

|

|

|

O3<-------------- O---------------> O2



and more objects..





How do we do this?



Thank you.

Rajeev

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/active perl/attachm
ents/20070210/acfd3251/attachment-0001.html

------------------------------

_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

End of ActivePerl Digest, Vol 7, Issue 8
****************************************
_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Ben Eagle [ Mo, 12 Februar 2007 06:20 ] [ ID #1627022 ]
Perl » gmane.comp.lang.perl.active-perl » RE: ActivePerl Digest, Vol 7, Issue 8

Vorheriges Thema: opendir / readdir and encoding of file names
Nächstes Thema: Manipulating HTTP Headers