will be able to connect to Oracle right
out of the box.
Anyone have any suggestions?
Thanks!
-Stephen Spalding
__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
--
To unsubsc
Hello all,
Can anyone point me to some good doc on how to
create/read/delete cookies?
Thanks!
-Stephen Spalding
__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
--
To unsubscribe, e-mail: [
efreshed within the last 5 to
10 seconds, and if he/she hasn't, then I can say that
the person has logged out.
I'm not very experienced with cookies, but I'm kind of
guessing that there may be an easier way to do this
using cookies.
Any help is appreciate
= ('hi', 'there', 'steve');
&PRINT_CONTENTS("@sample_array");
exit 0;
sub PRINT_CONTENTS
{
@local_array = ???
foreach $string (@local_array)
{
print "string = $string\n";
}
}
TIA for any help.
-St
to work in this
simple example.
Can anyone help me out?
Thanks!
-Stephen Spalding
Original CGI page:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "\n";
print "\n";
print "\n";
print "function open_schedule()\n";
print "
:standard);
use CGI::Carp;
use DBI;
CGI::use_named_parameters(1);
my ($db,$table,$server,$host);
my $output = new CGI;
Any help would be great, Thanks in advance
Stephen Little
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
uot;Content-type: text/html\n\n";
cout << "Hello world from Stephen";
}//end main
but it doesn't work.
when I put http://localhost/cgi-bin/hello into browser I get
"Internal Server Error"
I thought I was doing everything right. Can anyone help?
Hi,
I'm new to all of this and a bit lost. I have Apache 1.3.22 running on an
NT machine and want to create Perl CGI scripts. I know I need a Perl
interpreter. Which one or where do I found it?
Cheers Stephen
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
If you don't specify a LIMIT argument to split(), it chops off trailing null
values, so your last few fields aren't listed.
If you pass a negative argument, though, it'll pass those trailing nulls. So
what you want is:
my @asLine = split (/,/, $_, -1);
Here's my code:
$string =
'Broken,Heart