Help for this page

Select Code to Download


  1. or download this
    package MySVG ;
    
    ...
    - In case only your current project uses it and the pm file is in say 
    +"lib\MySVG\" and you are working on a file in lib\somewhere-else\:
      use File::Basename qw( dirname ) ;
      use lib dirname( dirname __FILE__ ) . '/MySVG' ;