From: Rafael L. <rla...@us...> - 2001-03-09 09:47:35
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv17932 Modified Files: PLplot.pm.in x01.pl Log Message: Using now EXPORT_TAGS in PLplot.pm. This means that not all symbols are exported by default as before. Instead, the user has either to ask "use PLplot qw(:all)" or prefix all the PLplot calls by "PLplot::". This is illustrated in x01.pl. |