Help for this page

Select Code to Download


  1. or download this
    my $input_file  = shift @ARGV;
    my $output_file = shift @ARGV;
    
    die "Usage: $0 INPUT OUTPUT\n"
      unless defined $input_file && defined $output_file;
    
  2. or download this
    $0 = "blah";
    
  3. or download this
    $0 = "http-server.pl [port $port]";