No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: You can simply write a program to send email to the email address associated with the carrier. For example, if you sent an email to [email]5551231234@vtext.com[/email], you would sent a text message to the number 5551231234 for the carrier Verizon. As for getting a reply, as far as I know, … | |
So I'm having a bit of a problem with a CGI script. It runs fine, except for the little problem that param(x) doesn't work at all. It will either crash the program or return an undefined value. [code=perl] #!/usr/bin/perl use warnings; use CGI qw(:standard ); $temp=uc(param('class')); $class=chomp ($temp); $temp=uc(param('type')); $type=chomp … |
The End.