home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 11 / AUCD11B.iso / LANGUAGES / Perl / pl / Examples / hello < prev    next >
Encoding:
Text File  |  1995-10-14  |  58 b   |  4 lines

  1.  
  2. print "hello world\n\n";
  3. $in = int( <STDIN> );
  4. print $in;