- or download this
use Win32;
Win32::MsgBox("How are you?");
- or download this
sub displayObj {
my $obj = shift();
...
displayObj( $window);
displayObj( $window->{document});
...
- or download this
<SCRIPT LANGUAGE="PerlScript">
sub DoSelectSite {
...
</SELECT>
</FORM>
</BODY>