Gossamer Forum
Home : General : Perl Programming :

variables in perl

Quote Reply
variables in perl
I like to make nearly 15000 directories.
think it's best to do in many sub's.
I create numbers like 0134567
Need to separate the number into 013/4567
But now the problem.
How can i divide a number into two parts 013 and 4567 and make it afther again to one string 013/4567 to make www.domain.com/013/4567

Thanks