cgi_err has asked for the wisdom of the Perl Monks concerning the following question:
this is the theory i thought would work.
ok so i was thinking maybe i could use something like this.# blah blah for ($i = 0; $i < 27; $i++){ @alfabet = ("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o +","p","q","r","s","t","u","v","w","x","y","z","numbers"); the 27 = the number of pages, the alfabet, these are the dirs to get s +canned. # blah blah opendir (DIR,"$dirpath/$page/"); @DIR = readdir(DIR); closedir (DIR); # blah blah print file qq~ $list ~;
cheers.$number="$number"+"100"; # somewhere in there # can anyone tell me how to do it?
Edit Masem 2001-11-05 - CODE tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
auto cutting, pseudocode.
by clintp (Curate) on Nov 06, 2001 at 02:01 UTC | |
|
Re: auto cutting or setting page size limite per lines etc
by mr_mischief (Monsignor) on Nov 06, 2001 at 01:59 UTC |