Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    print "Content-type: text/plain\n\n";
    system 'uptime';
    
  2. or download this
    $ cat /tmp/uptime-system.cgi
     09:08:55 up  1:10,  4 users,  load average: 1.23, 0.80, 0.48
    
  3. or download this
    system("/home/bcrowell/Documents/programming/scripts/fiction_word_to_t
    +xt <$in") and die "error executing fiction_word_to_txt: $!\n";