- or download this
#!c:\Apps\xampp\perl\bin\perl.exe -wT
use strict;
...
print "IN SUBROUTINE: user_name == $user_name\n";
}
- or download this
use strict;
...
print "IN SUBROUTINE: user_name == $user_name<br>\n";
}
- or download this
<html>
...
</body>
</html>