source: tags/gsdl-2_30a-distribution/gsdl/bin/script/perlcalc.pl@ 1932

Last change on this file since 1932 was 1932, checked in by (none), 23 years ago

This commit was manufactured by cvs2svn to create tag
'gsdl-2_30a-distribution'.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 89 bytes
Line 
1#! /usr/local/bin/perl5 -w
2
3while (defined($line=<STDIN>)) {
4 print eval($line), "\n";
5}
Note: See TracBrowser for help on using the repository browser.