
frenchface
User
May 22, 2008, 7:20 PM
Post #26 of 28
(1207 views)
|
|
Re: [frenchface] several questions
[In reply to]
|
Can't Post
|
|
ok, so i can import the data, however it prints it all on the page use strict; use warnings; use CGI ':standard'; print header, start_html('Player Point Tracker'), h1('Kings of War'), start_form, 'Players Name: ', textfield('name'), br, submit('Search!'), end_form, p, hr; print 'Your name is ', param('name'), br if param 'name'; $a=eval { require "e.pl"}; $b=grep(/param('name')/,$a); print ' $b';
|