From: Rafael L. <rla...@us...> - 2001-03-14 17:08:46
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv7576 Modified Files: x01.pl Removed Files: x01+.pl Log Message: I just realized that Getopt::Long is included by default in Perl. There is no need for that wrapper script x01+.pl. Also, x01.pl has now much better handling of options processing. Now, the Perl example x01.pl can be called like this: ./x01.pl -dev xwin -fontset 0 -locate -xor (Well, locate and xor mode are not yet implemented.) Also the -h option behaves nicely. I chose the Getopt::Long path because I am lazy to implement a proper wrapper for plMergeOpts(). |