Justice Now

J U S T I C E   N O W:
You Be the Judge

Here are the results of this poll:

Who was right?
In whose favor do you think the court decided -
The student editors or the school district?

#!/usr/bin/perl use CGI; $query = new CGI; ############################################################################## # Survey Version 1.0 # # Copyright 1996 LiveWorld Productions # ############################################################################## # @referers allows forms to be located only on servers which are defined # in this field. This fixes a security hole in the last version which # allowed anyone on any server to use your FormMail script. @referers = ('www.electriceggplant.com','www.theinsite.org','www.heyterra.com','69.9.174.126'); $data_dir = "/home/electric/public_html/theinsite/poll/"; # This is the path to # the directory in which all data files with are located # This directory MUST be set to chmod 777 $data_file = "TIdata01"; # Done ############################################################################# sub print_html { $data_file = shift(@ARGV); $count = 0; @letters = (' ','A','B','C','D','E','F','G','H','I','J','K','L'); print $query->header; if (-e "$data_dir/$data_file") { open(RESULTS,"$data_dir/$data_file"); while () { if ($#questions == -1) { @questions = split(/\t/, $_); } else { $totals[$_]++; $count++; } } close(RESULTS); # determine the max number of votes $max = 0; for ($ans = 1; $ans <= $#questions; $ans++) { if (@totals[$ans] > $max) {$max = @totals[$ans]} } # draw the graph print "
\n"; for ($ans = 1; $ans <= $#questions; $ans++) { $height = $totals[$ans] * 100 / $max; if ($height < 1) {$height = 1} print ""; for ($ans = 1; $ans <= $#questions; $ans++) { print "
\n"; } print "
@letters[$ans]"; } print "\n
\n"; # draw the table print "
\n
Response# of votes% of vote\n"; for ($ans = 1; $ans <= $#questions; $ans++) { $votes = @totals[$ans]; if ($votes < 1) {$votes = 0} $percent = int(($votes * 100 / $count) + .5); print "
@letters[$ans]@questions[$ans-1]$votes$percent%\n"; } print "
Total:$count\n100%
\n"; } else { print "No Votes Yet"; } } &print_html;

What happened in court?

The court sided with the school district stating the school district could remove the articles from the student newspaper.

Bottom line: Because the school district pays the bills for publishing the newspaper, they take on the role of publisher. And just like "real" world, commercial newspapers, publishers have 100% control over the content of their papers. They can put in or take out whatever they want.

Case closed? Case closed!

 

Check out other "You be the Judge" Cases:

 


J U S T I C E
N O W

Home | Me, Myself, & I | Relationships Unlimited | Justice Now | Spaceship Earth | The Gallery
Hey Terra! | Been There Stories | Solutions In Sight | The Story
Search | Site Map | About Us | About Annie Fox

©1997-2026 Electric Eggplant
last updated June 5, 2026