Как PHP-программист начинает работу с Perl
http://search.cpan.org/~kudarasp/PHP-Strings-0.28/Strings.pm
#!/usr/local/bin/perl -w
use strict;
use PHP::Strings qw( :trim );
my $word = " Hello World! ";
$word = trim($word);
Results in the following message;
<PHP::Strings::trim WILL NOT BE IMPLEMENTED>.
Продолжение здесь...
http://www.sitepoint.com/blog-post-view.php?id=153748
http://search.cpan.org/~kudarasp/PHP-Strings-0.28/Strings.pm
#!/usr/local/bin/perl -w
use strict;
use PHP::Strings qw( :trim );
my $word = " Hello World! ";
$word = trim($word);
Results in the following message;
<PHP::Strings::trim WILL NOT BE IMPLEMENTED>.
Продолжение здесь...
http://www.sitepoint.com/blog-post-view.php?id=153748