in reply to how to generate html with perl and design pagination without query database
For your first question, try this:
open $fh, '>', 'somefile.html' or die "Can't open HTML file - $!"; #... do things here to generate $somestuff print $fh $somestuff;
For your other question, you'll need to give us more to go on than "how do i degsin (sic) the out result for pagination".
Oh, and as for the advice you seek, I advise you to read How (Not) To Ask A Question.
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)
|
|---|