home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / perl / perl-4.000 / perl-4 / perl-4.036 / atarist / test / osexample.pl < prev    next >
Encoding:
Text File  |  1993-02-08  |  152 b   |  6 lines

  1. require 'osbind.pl';
  2.  
  3.  &Cconws("Hello World\r\n");
  4.  $str = "This is a string being printed by Fwrite Gemdos trap\r\n";
  5.  &Fwrite(1, length($str), $str);
  6.