Help for this page

Select Code to Download


  1. or download this
    my $availability;
    my $response = LWP::Simple::getstore("http://$ENV{'HTTP_HOST'}/cgi-bin
    +/booking.pl?command=check&st=$data{'st'}&ed=$data{'ed'}&force=$data{'
    +force'}", $availability);
    print "->$availability<-\n";
    print "$response\n";