~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to demos/demos/widtrib/plop.pl

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/perl -w
2
1
# Plot a series of continuous functions on a Perl/Tk Canvas.
3
2
#
4
3
# This program is described in the Perl/Tk column from Volume 1, Issue 1 of
6
5
# distribution with permission.  It has been modified slightly to conform
7
6
# to the widget demo standard.
8
7
 
 
8
#!/usr/local/bin/perl -w
9
9
#
10
10
# plot_program - plot a series of continuous functions on a Perl/Tk Canvas.
11
11
#