copyright 2001 ro it systems gmbh ro it systems gmbh svg open 2003 vancouver, canada 1-2 july, 2003...

6
Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH www.roitsystems.com SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan Oger RO IT Systems GmbH SVG Open 2003 – Vancouver

Upload: brooke-mcelroy

Post on 26-Mar-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan

Copyright 2001 RO IT Systems GmbHRO IT Systems GmbH www.roitsystems.com

SVG Open 2003

Vancouver, Canada

1-2 July, 2003

Programming SVG with Perl

Ronan Oger

RO IT Systems GmbH

SVG Open 2003 – Vancouver

Page 2: Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan

Copyright 2001 RO IT Systems GmbHRO IT Systems GmbH www.roitsystems.com

SVG Open 2003

Vancouver, Canada

1-2 July, 2003 Perl

• Freely available for download• Cross-platform• Freely available for download• Cross-platform

– Tested on Sun, Windows, Mac OSX, Cygwin, Linux, FreeBSD

– Pure-Perl: designed to avoid

Page 3: Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan

Copyright 2001 RO IT Systems GmbHRO IT Systems GmbH www.roitsystems.com

SVG Open 2003

Vancouver, Canada

1-2 July, 2003 SVG.pm

• Freely available for download under Perl Artistic License

• Installable many ways:– PPM– FreeBSD– Make– CPAN installation through Perl

• Pure-Perl: – Root access not required to implement– Cross-platform

Page 4: Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan

Copyright 2001 RO IT Systems GmbHRO IT Systems GmbH www.roitsystems.com

SVG Open 2003

Vancouver, Canada

1-2 July, 2003 Installing SVG.pm

• CPAN:Perl –MCPAN –e `install SVG‘

• Perl Package Manager (win32):PPM

PPM>Install SVG

• Make:Gunzip svg-xx.xxx.tar.gz

Tar –xvf svg-xx-xxx.tar

Make

Make test

Make install

Page 5: Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan

Copyright 2001 RO IT Systems GmbHRO IT Systems GmbH www.roitsystems.com

SVG Open 2003

Vancouver, Canada

1-2 July, 2003 SVG.pm features

• Free• You get what you pay for...• You can ask for special features

Page 6: Copyright 2001 RO IT Systems GmbH RO IT Systems GmbH SVG Open 2003 Vancouver, Canada 1-2 July, 2003 Programming SVG with Perl Ronan

Copyright 2001 RO IT Systems GmbHRO IT Systems GmbH www.roitsystems.com

SVG Open 2003

Vancouver, Canada

1-2 July, 2003 Examples

• Hello World• Some shapes• Parsing content