Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    use CGI;
    
  3. or download this
    use CGI::Carp qw/fatalsToBrowser/;
    
  4. or download this
    my $err = system("who",">>/var/www/cgi-bin/new.txt");
    unless ($err == 0)
    {
       die "who command failed: $?";
    }