Help for this page

Select Code to Download


  1. or download this
    use FCGI;
    do("./localizer.pl");
    ...
      print "Content-type: text/plain\r\n\r\n";
      print "Come over! I'm lonely.";
    }
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
      chomp(@global_constants);
      chomp(@global_locals);
    }