home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / Tk / Ghostscript / printf.al < prev    next >
Encoding:
Text File  |  1997-08-10  |  207 b   |  11 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Ghostscript.pm.  Changes made here will be lost.
  2. package Tk::Ghostscript;
  3.  
  4. sub printf
  5. {my $w = shift;
  6.  my $fmt = shift;
  7.  $w->Postscript(sprintf($fmt,@_));
  8. }
  9.  
  10. 1;
  11.