Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Posts
Trim function in CGI-PERL
Trim() function in perl:-
The following function to trim the strings,sub trim($)
{
my $string = shift;
$string =~ s/^\s+//;
$string =~ s/\s+$//;
return $string;
}
67083
Aug 10 09 07:05:59
Sekar
|
Rating :
![]() ![]() ![]() ![]() ![]() | Tags :- CGI - PERL |
|
|||
Digg
Yahoo
delicious
