Hi all.
I'm experimenting with perl/CGI and now I want to create a menu for my webpage from a database.
I have following code:
sub print_menu
{
print table ( { -class=>'appletwidth'},
Tr (
td ( p ({ -class=>'applettitle' }, "Hoofdmenu" ),
get_menu()
)
)...
Hello world,
As a big fan of the Magic the Gathering game I was trying to build a card database so I can search for specific cards.
I want to load all the cards from the spoilerlists into a mysql database.
The original text file is:
http://wizards.com/magic/generic/cardlists/le_spoiler_en.txt...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.