Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Links
CGI - PERL
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;
}
57820
Aug 10 09 07:05:59
Sekar
Rating : 









|
|||
Digg
Yahoo
delicious