Forum: Perl Jun 1st, 2006 |
| Replies: 3 Views: 5,742 A simple example... (note: more validation should be done, this is just an example...)
// a basic html form
<form action='script.pl' method='post'>
NAME: <input type='text' name='name' size'8'... |
Forum: Perl Jan 3rd, 2005 |
| Replies: 2 Views: 9,826 Hi
You can do this with in Perl with Win32::API or with Win32::OLE using the object wscript!
Using Win32::OLE will allow you to change the background image without the need to a shut down!... |