Hi Guys,

I'm having a problem with vss2cvs.pl the problem is that when the
script tries to concatenate $currdir with $dirline it seems to copy one over 
the other rather than next to each other.
i.e
$currfile should be cvsrepository/hi.txt
however it ends up being hi.txtository

Heres that part of the code:

             $currfile = "$currdir$dirline";
        open(FILETYPE,"ss Filetype \"$currfile\" $ssuserpass |");
                $type = lc(<FILETYPE>);
                close(FILETYPE);

Does anyone know how to fix this. Please help as I'm only a student in 2nd 
year at University and have never really used perl or cvs.

Thanks,
James

"We can all fly, it's just a definition of how we do it!" James McIntosh
http://www.geocities.com/mac010382

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to