Hi all,
I'm pretty much a stranger to perl and now got to convert a perl script to
php. however, at once place I can not understand what the lines are doing
and what could be the equivalent of them in php. Could some one help me with
this ?

Here's my perl code :

   $choice=~s/\.rm//;
   $choicedir=substr($choice, 0, 3);
   $choicedir=~s/^AKM/ogx/;

Regards
-R'twick



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to